@aws-cdk/custom-resources
Advanced tools
Changelog
1.16.0 (2019-11-11)
cdk.out
for new projects created by cdk init
will use stack.artifactId
instead of the physical stack name to enable multiple stacks to use the same name. In most cases the artifact ID is the same as the stack name. To enable this fix for old projects, add the context key @aws-cdk/core:enableStackNameDuplicates: true
in your cdk.json
file.EvaluateExpression
task (#4602) (6dba637)--use-max-pods
to bootstrap options when false (#4753) (22fe0ce)In addition to the above, several bugs in the Python, .NET and Java release of the CDK have been addressed.
Changelog
1.15.0 (2019-10-28)
securityGroup: ec2.ISecurityGroup
is now securityGroups: ec2.ISecurityGroup[]
in DatabaseInstanceAttributes
securityGroupId
from IDatabaseInstance
managedPolicyName
, cross-account references (#4630) (9b7d2d0), closes #4581 #4567Changelog
1.14.0 (2019-10-22)
NOTICE: since Node.js 8.x is going out of maintenance early next year, starting in the next release, we will only test the AWS CDK against Node.js 10.x. If you are using an older version of Node.js, we recommend to upgrade.
Changelog
1.13.0 (2019-10-15)
UDP
and TCP_UDP
protocols (#4390) (1958f26)Changelog
1.12.0 (2019-10-07)
exclude
option (#4354) (f96b2fb), closes #4353 #4353cloudmap.Service.fromServiceAttributes
takes a newly
required argument namespace
.Changelog
1.11.0 (2019-10-02)
loadBalancer
and taskDefinition
(#4213) (f2a6d46)