Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
AWS Cloud Development Kit (CDK)
Recent questions
see all1 / 18
- I'm using cdk to deploy lambda functions and there supporting infra inside my vpc. Typically a deployment takes a couple of minutes. However sometimes Cloudformation is painfully slow. I am currently ...
- 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...
- 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...
- 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...
- 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 ...
- 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...
- 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...
- 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...
- 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...
- 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...
- 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...
- 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-...
- 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: ``` ...
- Hi team, I'm trying to create a knowledge base using AWS CDK by following guidelines from: - [https://docs.aws.amazon.com/bedrock/latest/userguide/kb-permissions.html](https://docs.aws.amazon.com/bedr...
- Hi team, Is it possible to update the `organization name` and `contact email` for an existing SageMaker Ground Truth workforce? I would like to modify these two fields in the invitation email sent b...
- How can I add predefined IAM roles for multiple Lambdas? I am encountering the following error: error: LimitExceeded: Cannot exceed quota for RolesPerAccount: 1000 at Request.extractError (/ro...
- If I want to reference information from one stack to another in CDK, how can I best pass parameters between stacks? The basic premise is that I understood that CDK best practice is not to split the s...
- Hi team, I would like to use CDK for IaC to create an Amazon SageMaker Ground Truth solution. Specifically, I want to Create a `private team` with AWS Cognito and then create a `labeling job` for `im...
Recent Knowledge Center content
see all1 / 6
Recent articles
see all1 / 3
- EXPERTpublished a year ago0 votes3.6K viewsThe purpose of this blog is to showcase how you can configure Amazon API Gateway’s native capability of request parameter validation using AWS Cloud Development Kit (CDK). We will go over how you can ...
- EXPERTpublished a year ago0 votes2K viewsA guide to implement SopS into CDK.
- EXPERTpublished a year ago1 votes2.7K viewsUnderstanding DynamoDB CDK: Table vs. TableV2
1 / 18
Antonio_Lagrotteria
EXPERTGiovanni Lauria
EXPERTOsvaldo Marte
EXPERTAdeleke Adebowale J
EXPERTMax Clements
EXPERTkranthi putti
EXPERTHiroki Takahashi
EXPERTVenkat Penmetsa
SUPPORT ENGINEERGovind Kumar
EXPERT