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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
globalaccelerator: automatic naming algorithm has been changed: if you have existing Accelerators you will need to pass an
explicit name to prevent them from being replaced. All endpoints are now added by calling addEndpoint() with a
target-specific class that can be found in @aws-cdk/aws-globalaccelerator-endpoints. The generated Security Group
is now looked up by calling endpointGroup.connectionsPeer().
docdb:DatabaseClusterProps.instanceProps was hoisted and all its properties are now available one level up directly in DatabaseClusterProps.
docdb: DatabaseInstanceProps.instanceClass renamed to DatabaseInstanceProps.instanceType.
core: The type of the image property in BundlingOptions
is changed from BundlingDockerImage to DockerImage.
core: The return type of the DockerImage.fromBuild() API is
changed from BundlingDockerImage to DockerImage.
Features
autoscaling-common: graduate to stable 🚀 (#13862) (2d623d0)