python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can I get InternetGatewayId of an existing AWS VPC
Background: We have an VPC, it has an Internet Gateway attached.
I would like to get the InternetGatewayId of the VPC via aws-cdk
vpc := awsec2.Vpc_FromLookup(stack, jsii.String(viper.GetString(`vpc.i...
Fu Zhang
Votes: 0
Answers: 1
Fetching AWS SecretManager Secret as Integer Value per CDK
I'm trying to fetch the Secret as integer Value (port number) per CDK in order to create another resource. Basically when I need a String value for String parameters everything is working fine, but wh...
ExceptionNotThrownException
Votes: 0
Answers: 1
Cognito attribute mapping with CDK / CloudFormation
Based on what's described here and on other pages, I created via CDK a Cognito User Pool and an Identity Pool, and, after manually mapping the custom attributes,
access is granted based on the custom ...
ciobi
Votes: 0
Answers: 1
Rename a S3 file using AWS CDK
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
Votes: 0
Answers: 1