An open API service indexing awesome lists of open source software.

https://github.com/jaredchu/nodejs-express-lambda-skeleton

AWS Lambda & Node.js Express skeleton project
https://github.com/jaredchu/nodejs-express-lambda-skeleton

Last synced: about 2 months ago
JSON representation

AWS Lambda & Node.js Express skeleton project

Awesome Lists containing this project

README

          

Nodejs Express Lambda Skeleton

# Installation & development
```shell
npm install
npm run start
```

# Deployment
```shell
npm install -g serverless
serverless config credentials --provider aws --key ACCESS_KEY --secret SECRET_KEY
serverless deploy
```