AWS CDK Deployment
Run cdk bootstrap aws://<ACCOUNT-NUMBER>/<REGION>for deploying the cdk toolkit stack
Run yarn run cdkdeploy. This will build and deploy / redeploy your Stack to your AWS Account.
After the deployment you will see the API's URL, which represents the url you can then use.
Run yarn run cdkdestroy