My notes from deciding against AWS Lambda
At the start of the year I did a deep dive on AWS lambda to know whether it was worth using in a new codebase for a web app. These are the notes I wrote before making the decision against lambda, and I hope they can help somebody else with the same dilemma.
Elevator pitch
The idea with serverless infrastructure (like AWS Lambda) is that you can deploy your code and have it serve requests without actually needing to stand up a persistent server. When some trigger occurs (e.g. a request from AWS A...
Read more at jesseduffield.com