Simple NestJS MongoDB application utilizing Serverless with AWS Lambda. Installation $ npm install Running the app offline $ npm run build $ npx serverless offline Running the app with AWS Lambda $ npm run build $ npx serverless deploy --stage prod