|
1 | 1 | # [Serverless-node-dynamodb-api](https://serverless-api.603.nz)
|
2 | 2 |
|
| 3 | + |
| 4 | + |
3 | 5 | API powered by Serverless, TypeScript, Webpack, Node.js and DynamoDB, intended as a starting point for Serverless APIs. I've also created a [React/Redux-powered UI](https://github.com/jch254/serverless-node-dynamodb-ui) to front this API. Auth0 handles authentication. You must signup/login to generate an auth token and gain access to the secured area. All endpoints in the API check validity of the auth token and return unauthorised if invalid, the UI then prompts you to log in again. The API also determines the identity of the user via the auth token.
|
4 | 6 |
|
5 | 7 | See [Apiary](http://docs.serverlessapi.apiary.io) for API structure - defined in [apiary.apib](./apiary.apib).
|
|
0 commit comments