You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
route53: Convenience API for creating zone delegations (#1853) (f974531), closes #1847
sns: Support raw message delivery (#1827) (cc0a28c)
ssm: allow referencing "latest" version of SSM parameter (#1768) (9af36af), closes #1587
toolkit: improve docker build time in CI (#1776) (1060b95), closes #1748
codepipelines: re-structure the CodePipeline Construct library API. (#1590) (3c3db07)
decdk: Prototype for declarative CDK (decdk) (#1618) (8713ac6)
BREAKING CHANGES
cloudtrail: The CloudTrail.addS3EventSelector accepts an options
object instead of only a ReadWriteType value.
codedeploy: If an existing role is provided to a LambdaDeploymentGroup,
you will need to provide the assuming service principal (codedeploy.amazonaws.com)
yourself.
core:$$** 'Aws' class returns unscoped Tokens, introduce a
new class 'ScopedAws' which returns scoped Tokens.
codepipelines: the CodePipeline Stage class is no longer a Construct,
and cannot be instantiated directly, only through calling Pipeline#addStage;
which now takes an Object argument instead of a String.
codepipelines: the CodePipeline Actions are no longer Constructs.
codepipelines: the CodePipeline Action name is now part of the Action props,
instead of being a separate parameter.
codepipelines: the Pipeline#addToPipeline methods in Resources like S3, CodeBuild, CodeCommit etc.
have been renamed to toCodePipelineAction.
aws-eks: For AutoScalingGroup, renamed minSize => minCapacity, maxSize => maxCapacity, for consistency with desiredCapacity and also Application AutoScaling.
For ECS's addDefaultAutoScalingGroupCapacity(), instanceCount => desiredCapacity and the function now takes an ID (pass "DefaultAutoScalingGroup" to avoid interruption to your deployments).