Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 402 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 402 Bytes

Create a simple AWS Lambda using Typescript

Article Link

Please read the following article to learn how to set up typescript in a nodejs lambda package.

Create a simple AWS Lambda using Typescript

Build and Test

cd src
npm run compile
cd ..
sam build
sam local invoke -e events/event.json