This example application shows how to use serverless-proxy
to run a Koa based application using Serverless
- Make sure you are using Node version 6.10 (this is what AWS Lambda is configured for in serverless.yml)
- Install Serverless
- Configure your AWS credentials
- Run
npm install
- Run
serverless deploy