Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 760 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 760 Bytes

Here is my project template that I will use to develop apps

Hopefully I can package the backend and frontend together at some point.

Make sure you install serverless globally!
npm install -g serverless

This leverages AWS Express for use with serverless
https://github.com/awslabs/aws-serverless-express

TODO:\

  • Basic User End Points
  • End point Templates
  • Basic User Auth
    • Roll Your Own
    • Cognito w/SSO
  • Error Framework https://github.com/jshttp/http-errors
    • Bugsnag integration showing where to dump other bug catcher
  • Response Framework
    • Integrate with Error Framework
  • Database Templates
    • DynamoDB
    • Graph Database
    • postgres
  • Testing
  • Pipeline Setup