This project is just an example of serverless API build with TypeScript using Serverless framework and AWS Lambda.
Create env.yml file and fill it with MONGO_USER and MONGO_PASSWORD data.
- Use
npm run start:devto run this app locally. - Use
npm run deployto deploy functions toAWS.