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
I am trying to add multiple versions of a free form configuration to a single hosted configuration using aws cdk. I am unable to figure out a way to that. Is there a way I can do that. Basically I am...
1
answers
0
votes
146
views
asked a year ago
I wanted to understand the right way to create a VPC and its resources, in a way that later changes will cause the stack to break and without having to delete the entire VPC to apply such changes (det...
1
answers
0
votes
418
views
asked a year ago
I found this interesting example how KinesisVideoStreamPool was created with cdk (typescript). [sample creation of chime sdk media pipelines](https://github.com/aws-samples/amazon-chime-sdk-media-stre...
1
answers
0
votes
98
views
asked a year ago
We have an infrastructure policy in our organisation which handles roles and policies for users and their groups. Up until a week ago it was working fine, all of a suden we got an error of **CompileEr...
1
answers
0
votes
1K
views
asked a year ago
We get a "resource already exists in stack" error using the CDK when trying to create an AWS Batch job definition in one of our Stacks. The job definition name already exists (manually created before ...
1
answers
0
votes
189
views
asked a year ago
I am implementing a solution in AWS CDK to conditionally create a DynamoDB table only if it does not already exist. Below is the code snippet I am using: Issue: If the table exists, tableExistenceChe...
1
answers
0
votes
277
views
asked a year ago
I implemented the solution as below. The stack is created successfully, but the DynamoDB table is not created. It seems that the method dynamodb.TableV2.fromTableName does not return undefined if the ...
3
answers
0
votes
300
views
asked a year ago
I have a DynamoDB table in my CDK stack with a fixed name and removalPolicy set to RETAIN. After deleting the stack and attempting to redeploy it, the deployment fails with the error: "Table already e...
1
answers
0
votes
474
views
asked a year ago
I want to be able to autodeploy my aws cdk repo instead of running cdk deploy command from my local machine. Is there a solution for this?
1
answers
0
votes
349
views
asked a year ago
https://docs.aws.amazon.com/transfer/latest/userguide/track-connector-progress.html#track-connector-progress-eventbridge tells me that the transfer service will deliver an event to the default bus whe...
2
answers
0
votes
253
views
asked a year ago
Hi, I'm trying to build a apikey authenticated RestApi proxy to HttpApi. The HttpApi should have defaultAuthorizer set to HttpIamAuthorizer. However, I don't know how to add the proper credentials to...
2
answers
0
votes
160
views
asked a year ago
I am creating new stages in pipeline. One of them is fe-beta . I had ran bb bootstrap only once previously. While deploying my changes, all stacks are being deployed correctly but getting error on Ap...
1
answers
0
votes
304
views
asked a year ago
  • 1
  • •••
  • 3
  • 4
  • 5
  • 6
  • 7
  • •••
  • 45
  • Page size
    12 / page