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
How do I lookup a cloudfront distribution using the CDK? The only option I see is ```javascript const distribution = cf.CloudFrontWebDistribution.fromDistributionAttributes(stack,...
1
answers
0
votes
15
views
oskbor
asked 14 hours ago
(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
8
views
DavidH
asked 4 days 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
18
views
richar
asked 4 days 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
21
views
Amlan
asked 6 days 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
42
views
Jess
asked 6 days 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
24
views
asked 8 days 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
42
views
MarkoD
asked 14 days 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
45
views
mc
asked 14 days 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
30
views
Ahmad
asked 19 days 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
80
views
mc
asked 20 days 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
75
views
champer
asked 21 days 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
36
views
Mont23
asked 22 days ago