Skip to content

v43.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 08:39
· 1809 commits to main since this release
a43211e

43.0.0 (2022-05-12)

Features

  • add new pattern for API Gateway with routing to multiple Lambdas (#1250) (a43211e)

BREAKING CHANGES

  • A small number of types/classes have been renamed or relocated.
  1. The Http5xxAlarmProps type should now be imported from "@guardian/cdk/lib/constructs/cloudwatch"
  2. The Gu5xxPercentageAlarm construct is renamed: GuAlb5xxPercentageAlarm
  3. The Gu5xxPercentageAlarmProps type is renamed: GuAlb5xxPercentageAlarmProps
  • feat: add new pattern for API Gateway with routing to multiple Lambdas

  • docs: add better documentation for new pattern and explain use-cases