All Content tagged with AWS Cloud Development Kit (CDK)
AWS Cloud Development Kit (CDK) accelerates cloud development using common programming languages to model your applications.
Content language: English
Select up to 5 tags to filter
Sort by most recent
391 results
(cdk version 1.197.0 - in the process of migrating, but I need this to work before migration is finished)
I have a lambda which creates an s3 bucket file upload url, sends it to the frontend where...
I would like to set up an OS domain for t3.small.search instance which qualifies for the free tier. However, not sure how to specify the required configuration in the CDK, for the below 2 points:
*...
I am deploying a CDK stack which comprises of 1 nested stack. Whenever I add the nested stack, I get the error. I remove the nested stack the error goes away. Strange thing is same stack works in a...
Hi team,
I have an existing Amazon ElastiCache Redis cluster set up via CDK in our AWS account with the following configuration
```
const redis = new elasticache.CfnReplicationGroup(this, 'cache',...
Please help me identifying the root cause for this error.
Command: cdk deploy --profile home --all --verbose
env: {
CDK_DEFAULT_REGION: 'us-west-2',
CDK_DEFAULT_ACCOUNT: '<AccountId>',
...
Hello everyone,
We are developing with CDK in TypeScript and have multiple stacks that include Lambdas, App Runners, S3 buckets, etc. We also have an Organization account that we have access to....
> Resource handler returned message:
"Invalid request provided: DataSync location access test failed: could not perform S3:ListObjectsV2 on bucket *my_bucket* Access denied. Ensure bucket access role...
Hello,
When using **Personalize CDK** to create a solution, how to turn off the automatic training?
[Here](https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_personalize/CfnSolution.html), I...
I am trying to deploy a service catalog provisioned product for an ACM certificate using the following code in us-east-1 (stack definition removed)
```
from aws_cdk import aws_servicecatalog...
Hi All,
I am using AWS CDK to generate my CloudFormation template and the following is the template it created for me. I have copied the necessary output for my question.
As you can see the I have...
When setting up AWS Config to send to > Event Bridge > SNS, am I able to specify certain rules that AWS Config generates to send to the event bus? Or am I only allow to send ALL rules to the event...
I am trying to modify an existing Config rule to send to an event that will eventually go to an SNS topic and perform the rest of the functions needed.
However, I am not able to find this on an...