Skip to content

Tenant API

bash
# watch for changes and compile
nx serve tenant-api

# deploy to default AWS account/region
nx deploy tenant-api

# list stacks
nx cdklist tenant-api

# synth
nx synth tenant-api

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

Other useful commands

  • nx doctor talent-api check set-up for potential problem (cdk only, not nx)
  • nx diff talent-api compare deployed stack with current state
  • nx synth talent-api emits the synthesized CloudFormation template
  • nx destroy talent-api FORCE destroy this stack USE WITH CAUTION

Made with ❤️ by Bagubagu Studio