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

https://github.com/yogeshlonkar/serverless-auth-sample

Sample serverless authorization and authentication application using nodejs and aws lambda, dynamodb, api-gatwat
https://github.com/yogeshlonkar/serverless-auth-sample

api-gateway aws-lambda dynamodb serverless

Last synced: 3 months ago
JSON representation

Sample serverless authorization and authentication application using nodejs and aws lambda, dynamodb, api-gatwat

Awesome Lists containing this project

README

          

```shell
$ ssh-keygen -t rsa -b 4096 -m PEM -f __test__/private.key
$ openssl rsa -in __test__/private.key -pubout -outform PEM -out __test__/public.key
```