This API WS enables Webstudio real time integrations with GPT and projects. It is built using AWS CDK.
This is a blank project for CDK development with Typescript.
The cdk.json file tells the CDK Toolkit how to execute your app. The build step is not required when using JavaScript.
npm run testperform the jest unit testscdk deploydeploy this stack to your default AWS account/regioncdk diffcompare deployed stack with current statecdk synthemits the synthesized CloudFormation template
ROOT_DOMAIN=<domain> AWS_REGION=<region> ACM_ARN=<cert_arn> cdk bootstrap --profile <profile_name>
ROOT_DOMAIN=<domain> AWS_REGION=<region> ACM_ARN=<cert_arn> cdk synth --profile <profile_name>
ROOT_DOMAIN=<domain> AWS_REGION=<region> ACM_ARN=<cert_arn> cdk deploy --profile <profile_name>