This example demonstrates how to build an express application for AWS Lambda based on serverless framework.
This example built based on aws-serverless-express.
You should install all dependencies.
npm install
If prerequisite is ready, run the command below to deploy this example to your AWS account.
npm run deploy
Do you not want to deploy this example? Or do you want to test before deploy? You can run it locally.
npm start
After you've done working with this example, run the command below to remove all resources from your AWS account. (if you want)
npm run remove