The AWS CDK is an infrastructure modeling framework that allows you to define your cloud resources using an imperative programming interface.
I realize it's pretty new but I don't see any examples in any language how you would specify a role …
node.js amazon-web-services aws-lambda aws-cdkHow can I translate this CloudFormation to CDK (JavaScript or Java)? I was trying to do it, but this is …
amazon-web-services amazon-cloudformation aws-cdkHi I am working on aws cdk. I am trying to get existing non-default vpc. I tried below options. vpc = …
amazon-web-services amazon-vpc aws-cdkI am trying to run CDK commands to check the diff of my local and remote stack. I am using …
amazon-web-services amazon-s3 aws-lambda aws-cli aws-cdkI'm trying to add an ingress rule to a Security Group via the AWS CDK using Python. As per the …
python aws-cdkUse an AWS CloudFormation Parameter section of AWS CDK mentions how to customize your AWS CloudFormation templates. It refers to …
aws-cdkI'm trying to modify this AWS-provided CDK example to instead use an existing bucket. Additional documentation indicates that importing existing …
amazon-web-services aws-cdkI have an App that has two stacks, both within the same region/account. One of those stacks requires the …
amazon-web-services amazon-cloudformation aws-cdkI would like to know how to import security group defined in another stack, and then use in current stack. …
aws-cdkI just started playing around with AWS CDK yesterday and I found something very weird. First of all, I'm using …
amazon-web-services amazon-ec2 module aws-cdk