Skip to content

v52.0.0

Compare
Choose a tag to compare
@guardian-ci guardian-ci released this 31 Oct 10:22
· 689 commits to main since this release
713c8eb

Major Changes

  • 2fd7d33: Remove support for classic load balancers.

    Use of application load balancers (ALBs) is considered best practice,
    as ALBs are receiving more capabilities than elastic (classic) load balancers (ELBs).
    GuCDK should be encoding best practice, so remove support for ELBs.

    Please adopt application load balancers instead, or if necessary, use ELBs directly from AWS CDK.