github aws/aws-cdk v1.57.0

latest releases: v2.142.0, v2.141.0, v2.140.0...
3 years ago

⚠ BREAKING CHANGES

  • apigatewayv2: The parameter for the method bind() on
    IHttpRouteIntegration has changed to accept one of type
    HttpRouteIntegrationBindOptions. The previous parameter
    IHttpRoute is now a property inside the new parameter under
    the key route.
  • eks: The experimental eks.Cluster construct no longer supports setting kubectlEnabled: false. A temporary drop-in alternative is eks.LegacyCluster, but we have plans to completely remove support for it in an upcoming release since eks.Cluster has matured and should provide all the needed capabilities. Please comment on #9332 if there are use cases that are not supported by eks.Cluster.
  • eks: endpoint access is configured to private and public by default instead of just public
  • lambda.Version and apigateway.Deployment resources with auto-generated IDs will be replaced as we fixed a bug which ignored resource dependencies when generating these logical IDs.
  • core: in unit tests, the node.path of constructs within stacks created the root of the tree via new Stack() will now have a prefix Default/ which represents an implicit App root.

Related: aws/aws-cdk-rfcs#192

  • cloudfront: the property OriginBase.originId has been removed

Features

Bug Fixes

Don't miss a new aws-cdk release

NewReleases is sending notifications on new releases.