This project has been generated using the aws-nodejs-typescript template from the Serverless framework.
For detailed instructions, please refer to the documentation.
Depending on your preferred package manager, follow the instructions below to deploy your project.
Requirements: NodeJS
lts/fermium (v.14.15.0). If you're using nvm, runnvm useto ensure you're using the same Node version in local and in your lambda's runtime.
- Run
npm installoryarnto install the project dependencies - Run
serverless dynamodb installto install dynamodb local instance
- Run
serverless offline startto test locally - Run
serverless deploy --region us-east-1to deploy to AWS