Local Development
Develop and Debug Lambda functions locally using AWS SAM and Visual Studio Code
Overview
High level folder structure
- project-one
- .git
- .venv
- .vscode
- function-one
- dist
- node_modules
- package-lock.json
- package.json
- src
- event.json
- index.ts
- template.yaml
- tsconfig.jsonLast updated