https://github.com/germanmtzmx/lambdasaws
Aws Lambdas example for medium article
https://github.com/germanmtzmx/lambdasaws
aws awslambda jwt-authentication jwt-lambda-middleware nodejs-lambda
Last synced: 8 months ago
JSON representation
Aws Lambdas example for medium article
- Host: GitHub
- URL: https://github.com/germanmtzmx/lambdasaws
- Owner: GermanMtzmx
- License: mit
- Created: 2018-10-07T18:31:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T19:06:08.000Z (over 7 years ago)
- Last Synced: 2025-01-17T13:48:31.226Z (about 1 year ago)
- Topics: aws, awslambda, jwt-authentication, jwt-lambda-middleware, nodejs-lambda
- Language: JavaScript
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lambdasAws
Example for aws lambdas medium series
**Note:** To run the local server must have installed node v10 and mongodb
### Install dependencies
```shell
npm i
```
#### Run the dev server at port 9001
```shell
npm run start
```