/express-serverless-boilerplate

A boilerplate for using expressjs with serverless framework

Primary LanguageJavaScript

Express Serverless boilerplate

Simple boilerplate for using expressjs with serverless framework.

Setup

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