Skip to content

SharathHuddar/express-serverless-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A boilerplate for using expressjs with serverless framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published