github aws/aws-cdk v2.122.0

latest releases: v2.144.0, v2.143.1, v2.143.0...
4 months ago

Features

Bug Fixes

Reverts


Alpha modules (2.122.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • appconfig: deploymentStrategyId prop in fromDeploymentStrategyId now takes a DeploymentStrategyId rather than a string. To import a predefined deployment strategy id, use DeploymentStrategyId.CANARY_10_PERCENT_20_MINUTES. Otherwise, use DeploymentStrategyId.fromString('abc123').
  • appconfig: ApplicationProps.name renamed to ApplicationProps.applicationName
    • appconfig: EnvironmentProps.name renamed to EnvironmentProps.environmentName
    • appconfig: DeploymentStrategyProps.name renamed to DeploymentStrategyProps.deploymentStrategyName
    • appconfig: ExtensionProps.name renamed to ExtensionProps.extensionName

Bug Fixes

Don't miss a new aws-cdk release

NewReleases is sending notifications on new releases.