Questions 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 questions
Select tags to filter
Sort by
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
501 results
Hi all,
hopefully you can support me here. I am crating a StackSet and want to configure accounts to be deployed using OUs.
The following code snippet is creating the CDK construct:
```
const stackSe...
2
answers
0
votes
47
views
asked 12 days ago
Context: I have ECS Fargate setup with CloudFront + WAF setup. recently I integrated Okta auth0 authorization into my WordPress website. now when I trying to login with AWS with Auth0 integration. its...
2
answers
0
votes
92
views
asked 19 days ago
We've received emails regarding Lambda end of support for Node 18 for multiple accounts in our organization. However, many of the Affected resources listed under the Health Dashboard event ("Lambda pl...
1
answers
0
votes
97
views
asked 23 days ago
I’ve been using Amazon Q Developer CLI with a serverless AWS CDK TypeScript setup and keep running into a few patterns:
* Updates sometimes break things that were working before.
* Integration with A...
2
answers
0
votes
48
views
asked a month ago
Hi everyone,
I’m using the AWS CDK and recently ran into a confusing situation with the cdk drift command.
When I execute cdk drift, it reports resource drift even though I haven’t made any manual c...
1
answers
0
votes
53
views
asked a month ago
We're unable to import an `AWS::SecretsManager::Secret` using `--import-existing-resources`.
Looking at the criteria in [Import AWS resources into a CloudFormation stack automatically](https://docs.a...
1
answers
0
votes
34
views
asked a month ago
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
38
views
asked 2 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
28
views
asked 2 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
20
views
asked 2 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
117
views
asked 2 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
75
views
asked 2 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
86
views
asked 2 months ago