Skip to main content
Filter by
Sorted by
Tagged with
2 votes
0 answers
251 views

This question resolves how to fix serializaion errors caused by a bad template, but if they are cause by input errors like a missing param, they are returned with a 200. I'm trying to add a response ...
MikeF's user avatar
  • 1,159
1 vote
1 answer
713 views

I wish to rename a file that exists in S3 using CDK. That's pretty much it. The closest thing I found was BucketDeployment and it doesn't work for this purpose. Is there a way to do this, or should I ...
Avi Jain's user avatar
  • 109
2 votes
1 answer
4k views

I'm running LocalStack in docker and trying to deploy CDK resources into it. LocalStack seems to run OK: docker ps CONTAINER ID IMAGE COMMAND CREATED ...
hofnarwillie's user avatar
  • 3,650
8 votes
2 answers
9k views

I need to pass INamespace to CloudMapOptions in order that the ECS tasks register to the AWS CloudMap, I get following error. I can't decouple them with CfnOutput, because I need the namespace in the ...
Martin Nanchev's user avatar
8 votes
3 answers
7k views

Hello I would greatly appreciate any comments of the possible source of this error I am getting when using the AWS Cloud Development Kit (CDK) to deploy a Code Pipeline I have a Typecript CDK project (...
confusedpunter's user avatar
0 votes
1 answer
2k views

I'm having issues finding examples on how to create "URL Query String Parameters" for "Integration Request" on API Gateway via Cloud Development Kit (CDK). Most examples I find are ...
Damon Stamper's user avatar
5 votes
1 answer
6k views

I found some examples on setting NAT Instance to private subnet only. I don't want to let AWS create NAT Gateway in each AZs as I am not going to have multi-AZ.
tom10271's user avatar
  • 4,689
0 votes
2 answers
1k views

How can I fetch existing EC2 Instances via Instance-name and add them as targets to ALB using AWS CDK in Python. Please find my sample code below to create an ALB using AWS-CDK-Python Language ...
Balu Virigineni's user avatar
0 votes
1 answer
956 views

I am trying to automate the deployment of a SageMaker multi-model endpoints with AWS CDK using Python language (I guess it would be the same by directly writing a CloudFormation template in json/yaml ...
yoyoog's user avatar
  • 303
2 votes
1 answer
2k views

So, I've been trying to write an IAM Role for CodeBuild and CodePipeline in AWS CDK. I need it to be public so I can reference them in their own declaration. I've also tried to generate a simple ...
Leonardo Bork's user avatar
1 vote
1 answer
2k views

import software.amazon.awscdk.services.lambda.Function; Function helloLambda = new Function(helloStack, "hellocdkworld123", FunctionProps.builder() .functionName("HelloLambda") ...
Peter's user avatar
  • 5,924