Local Development
Develop and Debug Lambda functions locally using AWS SAM and Visual Studio Code
As a developer, I want to be able to develop, run and debug Lambda functions on macOS so that I can deliver code faster.
Overview
In this document, we will use AWS SAM for local Lambda development using TypeScript. Our choice of IDE will be Visual Studio Code.
You can either follow scripted method or manual steps to understand what is happening.
High level folder structure
Eventually, we will have this folder structure;
Last updated
Was this helpful?