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:dev
to run this app locally. - Use
npm run deploy
to deploy functions toAWS
.