Skip to content

v2.4.0

Compare
Choose a tag to compare
@aws-cdk-automation aws-cdk-automation released this 06 Jan 12:39
993f14d

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • cfn2ts: some "complex" property types within the generated
    CloudFormation interfaces (i.e: properties of Cfn* constructs) with
    names starting with a capital letter I followed by another capital
    letter are no longer incorrectly treated as behavioral interfaces, and
    might hence have different usage patterns in non-TypeScript languages.
    Such interfaces were previously very difficult to use in non-TypeScript
    languages, and required convoluted workarounds, which can now be removed.
  • opensearchservice: imported domain property domainEndpoint used to contain https:// prefix, now the prefix is dropped and it returns the same value as a domainEndpoint on a created domain

Features

Bug Fixes

Reverts

  • cfnspec: add CloudFormation documentation to L1 classes (#18177) (2530016)

Alpha modules (2.4.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • lambda-python: assetHashType and assetHash properties moved to new bundling property.
  • lambda-python: Runtime is now required for LambdaPython
  • appsync: The CachingConfig#ttl property is now required.

Features

Bug Fixes