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
- Host: GitHub
- URL: https://github.com/jaredchu/nodejs-express-lambda-skeleton
- Owner: jaredchu
- Created: 2021-11-29T08:12:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-12T16:54:20.000Z (almost 4 years ago)
- Last Synced: 2026-06-14T10:34:03.986Z (about 2 months ago)
- Language: JavaScript
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```