/Tome

Tome application service.

Primary LanguageTypeScript

Welcome to the Tome CDK TypeScript project!

This is a blank project for TypeScript development with CDK.

The cdk.json file tells the CDK Toolkit how to execute your app.

Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template

TODO

  1. make cognito user pool and user pool client ids, ssm values for testing.
  2. finish login flow testing
  3. clean up testing utils and npm test scripts
  4. data model documentation
  5. domain model documentation
  6. rest apis documentation