Hacker News new | ask | show | jobs
by skynode 3277 days ago
I was going to ask why AWS Lambda was not used instead. Or any other serverless offering from the major cloud providers.
1 comments

Yeah, that would be totally hands off. But I believe you'd have to ensure that your requests didn't timeout, (3 seconds in lambda) and in this example of 10ms response times I couldn't see any issue here. If you're into python, checkout Chalice, it's being built as a "flask" like interface on top of AWS Lambda. https://github.com/awslabs/chalice