Hacker News new | past | comments | ask | show | jobs | submit login

> I have a handful of AWS Lambda functions with a DynamoDB backend serving hundreds of clients, my bill for the month of April was $0.01.

What kind of thing do they serve? Somewhere I could read more about this kind of project?




It's a common backend for chat bots (Discord, Matrix, IRC, Telegram).

Basically it takes different inputs and commands and uses different APIs to fetch data based on the input efficiently without the need for web scraping. DynamoDB is used mostly as a cache for common queries so I don't go over API quotas.

Most of the bots are made by me, but with AWS API Gateway I can easily generate API keys for anyone else and keep track of their usage.


This is considered a cloud native pattern.

https://docs.aws.amazon.com/apigateway/latest/developerguide...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: