This is a sample REST API with AWS lambda, written in Typescript
- AWS SAM CLI
- NodeJS 14.x
- Docker
npm install
cd functions
npm install
cd ..
npm run buildInvoking function locally through local API Gateway
npm run startOpen http://localhost:3000/review
npm run deploy-full