This serverless template enables you to run a NestJS REST API with AWS Lambda using Serverless and TypeScript.
- REST API.
- Install serverless -
npm install -g osls
- Use serverless to create a project with template-url. For example
serverless create --template-url https://github.com/cyberworkz/serverless-templates/tree/main/aws-nodejs-typescript-restapi-nest --path myService
See the following article for a step-to-step guide how to use this template https://medium.com/dev-genius/how-to-build-a-serverless-rest-api-with-nestjs-and-dynamodb-7b58b5b59bf6