Hacker News new | ask | show | jobs
by pixelpanic360 1025 days ago
You can ditch the AWS part actually. I was originally planned to query the API directly from the Pico W. However the performance was not good.

You can self host the part that on AWS to anywhere else easily, using Lambda is purely because of the free tier thingy.

1 comments

> You can ditch the AWS part actually. I was originally planned to query the API directly from the Pico W. However the performance was not good.

Network or compute? I don't quite understand how making AWS a middle-man helps?

Guessing it’s to cache the results so it’s faster to access it later
Yes, it also trims out unused information.