/serverless-rest-api-example

serverless rest api example with dynamodb / streams / and more...

Primary LanguageJavaScriptMIT LicenseMIT

serverless-rest-api-example@1.1.0

npm version build status coverage status dependency status devDependency status Gitter

This is an example serverless rest api example that uses aws dynamodb and dynamodb streams. This example is configured with a number of plugins and standards for checking code standards. It also handles authentication via Auth0 and json validation. Free free to reach out with any comments / questions.

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install
npm run offline

Dependencies

  • ajv: Another JSON Schema Validator
  • jsonwebtoken: JSON Web Token implementation (symmetric and asymmetric)
  • serverless-domain-manager: Serverless plugin for managing custom domains with API Gateways.
  • uuid: Rigorous implementation of RFC4122 (v1 and v4) UUIDs.

Dev Dependencies

License

MIT