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...
0
answers
0
votes
11
views
DavidH
asked a month ago
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: *...
1
answers
0
votes
42
views
richar
asked a month ago
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...
1
answers
0
votes
41
views
Amlan
asked a month ago
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',...
2
answers
0
votes
65
views
Jess
asked a month ago
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>', ...
1
answers
0
votes
49
views
asked a month ago
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....
1
answers
0
votes
59
views
MarkoD
asked a month ago
> 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...
2
answers
0
votes
62
views
mc
asked a month ago
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...
2
answers
0
votes
45
views
Ahmad
asked a month ago
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...
0
answers
0
votes
88
views
mc
asked a month ago
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...
1
answers
0
votes
106
views
champer
asked 2 months ago
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...
1
answers
0
votes
47
views
Mont23
asked 2 months ago
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...
2
answers
0
votes
73
views
Mont23
asked 2 months ago