Questions tagged with AWS Cloud Development Kit (CDK)

Content language: English

Select up to 5 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

I have a pipeline that uses waves in the deployment. There are times when I want to control one deployment over another manually. I've set up the waves to have their stages, which are independent...
1
answers
0
votes
102
views
profile picture
asked a day ago
□question \ Why can i not get item from Dynamodb with partition and sort key? \ □context \ I am currently making a WebAPI using the Go language. \ The app uses DynamoDB as DataStore. \ On top of that,...
1
answers
0
votes
57
views
asked 5 days ago
Hello. So I am building a stack with CDK Typescript. Keycloak service in ECS Fargate. The problem I am having is when I create a new AWS account and run stack for the first time I get the following...
0
answers
0
votes
108
views
MarkoD
asked 5 days ago
I'm using CDK with my preferred language as Python. CDK is a node app, so has to be run in an environment with node available. I make node available in my environment using the [Node Version...
1
answers
0
votes
62
views
stu
asked 9 days ago
Hello , I have a question regarding the handling of multiple developers working on lambdas inside the CDK . How can this be handled as each developer runs cdk deploy command on our cdk project ,as the...
1
answers
1
votes
314
views
asked 11 days ago
Hi, I found that from the console, you can specify "name" as a standard attribute (it is in the attributes list options) From CDK you can't. You can specify: fullname or familyname but not name. cdk...
1
answers
0
votes
164
views
profile picture
Marcelo
asked 13 days ago
I use CDK to deploy my app. NetworkLoadBalancedEc2Service is deployed with its own security group to limit inbound access for certain IP addresses. ``` // Create the Network Load Balancer with...
2
answers
0
votes
111
views
profile picture
Smotrov
asked 17 days ago
So I was trying to create self managed opt-out list for a phone number but I couldn't find any constructs that allow us to create that. Also couldn't find anything when checking resources so that I...
1
answers
0
votes
88
views
asked 19 days ago
I want to avoid pulling an image every time my CodeBuild starts, including with my npm dependencies. How can I achieve this by caching the image in CodeBuild so that I don't need to pull it...
2
answers
0
votes
127
views
Nafiu
asked 19 days ago
I've created an application containing multiple stacks and tested it out in a test account. Now I want to publish everything to a production account. Problem is, when I run ``` cdk bootstrap...
1
answers
0
votes
78
views
profile picture
Ron
asked 20 days ago
Objective: How can I set up a MySQL database within an AWS CodeBuild environment to conduct tests for my Node.js Express API? Details: Environment: Using AWS CodeBuild with the LINUX_CONTAINER...
1
answers
0
votes
180
views
Nafiu
asked 20 days ago
Hi AWS, I was playing with the [AWS CDK Stack Builder Tool](https://github.com/aws-samples/aws-cdk-stack-builder-tool) but I am completely naive to it. The repo is written in TypeScript but I was...
1
answers
0
votes
79
views
profile picture
asked 22 days ago