Comment on Ask HN: What is your go to stack for REST API?Comments−laurentl6yAPI gateway + Lambda functions (in Python) + DynamoDB if I need to store data.Pricing is completely linear with usage (and very low/free for low traffic) and I don’t have to worry about uptime or scalability.
Comments
API gateway + Lambda functions (in Python) + DynamoDB if I need to store data.
Pricing is completely linear with usage (and very low/free for low traffic) and I don’t have to worry about uptime or scalability.