Creating a Multistage Lambda API with Serverless
Aug 26, 2021 · 7 min read · In this post, I'll be going over a fairly quick and simple solution for setting up an AWS Lambda API endpoint with a dev and prod environment stage, cold start prevention, bundle optimization, and local development. Most of the time when I am buildi...
Join discussion