By using AWS re:Post, you agree to the AWS re:Post Terms of Use

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
412 results
Hello team, I’m planning to create an ElastiCache **Valkey cache** with AWS CDK to store simple key-value pairs (strings). I wanted to check if ElastiCache **Valkey caches** are supported by AWS CDK...
2
answers
0
votes
40
views
asked a day ago
Hallo, I have created below Glue job in CDK which i have scheduled and which is running fine. But now i want to create another Glue job "pos table replication large" and want to schedule the job at...
1
answers
0
votes
20
views
asked 8 days ago
Hallo, I dont want to update the catalog when there is new column added or deleted in the jdbc source data table. When the crawler detects schema changes in the data store then it should Ignore the c...
1
answers
0
votes
28
views
asked 8 days ago
I create an S3 bucket in my stack. After I delete the stack and deploy it again, the deployment fails because the S3 bucket exists. My approach is now to check in the CDK whether the S3 bucket exists ...
1
answers
1
votes
72
views
asked 20 days ago
I want to add the setting to exclude EC2 instances from malware scanning using cdk, but I can't find a way to do it. This is part of my code const GDDetector = new CfnDetector(this, `GuardDutyDetect...
1
answers
0
votes
25
views
asked 22 days ago
It is very simple to secure an API with AVP following e.g. https://aws.amazon.com/de/blogs/security/authorize-api-gateway-apis-using-amazon-verified-permissions-and-amazon-cognito/ But for a real-liv...
2
answers
0
votes
43
views
asked a month ago
I'm running into the "Error invoking extension AppConfig Feature Flags Helper: Invalid 'Content' data" error when deploying a HostedConfiguration using CDK. Here is my CDK setup: ``` const hostedConf...
2
answers
0
votes
77
views
asked a month ago
We have a very simple CodeCatalyst workflow which fails about 10% of the time at the CDKBootstrap action at the same point - "Download source". How do we find out what is causing it as i struggle to b...
2
answers
0
votes
39
views
asked a month ago
I actually have two questions. Below is part of my CDK code to setup an EC2 instance with PHP and Nginx. That is it... ``` new AutoScalingGroup(this, "AutoScalingGroup", { vpc, lau...
2
answers
0
votes
49
views
asked a month ago
I am trying to enable the email auto verification of user pool, the code looks like below right now, although I have set autoVerify for email to be true and set up the userVerification property, after...
1
answers
0
votes
46
views
asked a month ago
I am working in this POC https://aws.amazon.com/blogs/machine-learning/enhance-conversational-ai-with-advanced-routing-techniques-with-amazon-bedrock/. https://github.com/aws-samples/conversational-...
1
answers
0
votes
186
views
asked a month ago
What am I doing wrong here? Using CDK V2 typescript, I am unable to deploy VPC endpoints to use a created endpoint service. I successfully created the endpoint service, pointing to the GWLB as: ``` ...
1
answers
0
votes
54
views
profile picture
asked a month ago