REST API using Serverless framework with Node.js, MongoDB, and AWS Lambda, AWS API Gateway
- MongoDB account + database: https://www.mongodb.com/cloud/atlas
- AWS account with proper permissions: https://aws.amazon.com/
- Serverless CLI: https://www.serverless.com/framework/docs/getting-started/
Create a .env
file and your DB_HOST
variable to it which is the MongoDB host
Run serverless offline
Run serverless deploy
- Add filtering for GET endpoint
- Add pagination for GET endpoint