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

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

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
```