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-apiThe cdk.json and package.json tells the CDK Toolkit how to execute your app.
Other useful commands
nx doctor talent-apicheck set-up for potential problem (cdk only, not nx)nx diff talent-apicompare deployed stack with current statenx synth talent-apiemits the synthesized CloudFormation templatenx destroy talent-apiFORCE destroy this stack USE WITH CAUTION