Using AWS CDK we could create multi-region KMS keys by Creating the principal key(pk) with the level 1 constructor CfnKey Creating the replica of the principal
I created a Postgres RDS database using the CDK. I read the documentation but didn't find a way to create tables through it. The language I'm using is TypeScrip
I have a test suite for an EC2 Redis construct that tests if the resource has particular IAM policies attached. I can test if it has all of the values within on
I have a multi-stack application where I want to deploy an RDS in one stack and then in a later stack deploy a Fargate cluster that connects to the RDS. Here is
The docs on AWS CDK boostrapping state of the cdk bootstrap command: cdk bootstrap Deploys a CDKToolkit CloudFormation stack into the specified environment(s),
The aws-cdk allows you to synthesize a stack - which produces a number of files - including a .template.json file. Can this .template.json file be deployed wit
I'm using the Python AWS CDK in Cloud9 and I'm deploying a simple Lambda function that is supposed to send an API request to Atlassian's API when an Object is u
Currently logical ID of a resource is formed by concatenating the names of all of the constructs in the resource’s path and appending an eight-character M