Please read the following article to learn how to set up typescript in a nodejs lambda package.
Create a simple AWS Lambda using Typescript
cd src
npm run compile
cd ..
sam build
sam local invoke -e events/event.json
Please read the following article to learn how to set up typescript in a nodejs lambda package.
Create a simple AWS Lambda using Typescript
cd src
npm run compile
cd ..
sam build
sam local invoke -e events/event.json