Simple boilerplate for using expressjs with serverless framework.
Clone the repo and cd into the directory :
git clone https://github.com/SharathHuddar/express-serverless-boilerplate.git && cd express-serverless-boilerplate/
Install all the dependencies :
npm install
Install claudiajs and serverless :
npm install -g serverless claudia
Run express server locally :
npm start
To deploy your app to AWS, first install aws-cli and then configure it.
Now, deploy the app using serverless :
serverless deploy