Skip to content

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

Filter content
Select tags to filter
Sort by
Sort by most recent
530 results
We're starting to move some of our workload from AWS Lambda to ECS Fargate. We use CDK to manage infrastructure and perform deployments. Yesterday we introduced a new enum value then deployed the cha...
2
answers
0
votes
192
views
asked 8 months ago
AWS have a bug with policies. To reproduce: 1. Create datastore in Healthlake 2. Create a user which will have limited access to Healthlake 3. Attach to it Read and Write permissions (for datastore) ...
1
answers
0
votes
125
views
asked 9 months ago
I wish to relocate the source code for a typescript CDK application, while changing nothing else. Should I expect this to simple work without additional manipulation, as all the IDs will remain the s...
1
answers
0
votes
116
views
asked 9 months ago
aws_cdk.aws_s3tables_alpha module now supports creating s3 table bucket, namespace and even Apache Iceberg table creation. but I couldn't find any documented way to add partitioning configuration. Is ...
1
answers
0
votes
478
views
asked 9 months ago
I’m trying to configure multiple Elastic Beanstalk environments to share a single Application Load Balancer (ALB) using AWS CDK (v2). In the AWS Console, there is an option when creating an environme...
2
answers
0
votes
235
views
asked 9 months ago
I am using AWS cognito built-in passkey functionality and I want to support 2 Flows: Password + MFA: If user signs in with username and password OTP is required PASSKEY: To setup a passkey user sig...
1
answers
0
votes
246
views
asked 9 months ago
In my application, the current deployment approach combines both infrastructure resources (e.g., DynamoDB tables) and serverless components (e.g., Lambda functions, SNS, SQS) within a single AWS CDK ...
1
answers
0
votes
233
views
asked 9 months ago
Hi everyone! I have a very specific doubt regarding creating new resources with AWS CDK while some of our existing infrastructure was originally created with Pulumi. Context: Our VPC, load balancer,...
1
answers
0
votes
197
views
asked 9 months ago
Here is the warning: > [Warning at /CoreStack/S3Resources/FactsetNewDocumentLambda] addPermission() has no effect on a Lambda Function with region=us-east-1, account=471112525756, in a Stack with re...
2
answers
0
votes
153
views
asked 9 months ago
I see that the [AWS::OpenSearchServerless::Index PropertyMapping](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-opensearchserverless-index-propertymapping.html)...
1
answers
0
votes
134
views
asked 9 months ago
## Issue Summary We have a Route53 latency-based routing configuration challenge in our Active-Active failover pattern where two CDK stacks deployed sequentially create conflicting Route53 records. ...
1
answers
0
votes
190
views
asked 9 months ago
Hello, I'm trying to change my DynamoDB table from Provisioned to On Demand via CDK. The commented out code is what my table was provisioned with before, for autoscaling. ``` table = new TableV2(thi...
2
answers
0
votes
198
views
asked 9 months ago
  • 1
  • 2
  • 3
  • 4
  • 5
  • •••
  • 45
  • Page size
    12 / page