Convert Express Applications to Run on AWS Lambda with serverless-http

Matthew Zhao
1 min readFeb 21, 2024

AWS Lambda is the serverless function as a service offering from AWS to run code on the cloud scalably. It is almost infinitely scalable as well as its ability to scale to zero when not used.

By default, Lambda’s architecture revolves around an entry point function invoked on each execution. Like so:

--

--

Software Engineer II @ Xometry, I used to have 9 AWS certs but I don't want to drop $2k to renew them :(