/chat-backend

Backend for a simple chat application using AWS Amplify and CDK

Primary LanguageTypeScript

Chat backend

This is the backend for a simple chat application with AWS Amplify and the CDK

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

Useful commands

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