Skip to content

v2.177.0

Latest
Compare
Choose a tag to compare
@aws-cdk-automation aws-cdk-automation released this 25 Jan 09:16
b396961

Features

Bug Fixes


Alpha modules (2.177.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • glue-alpha: Developers must refactor their existing Job
    instantiation method calls to choose the right job type and language,
    and use the new constants static values to define the associated Job
    configuration settings. See the RFC and/or new README for examples.

Description of how you validated changes

Increased unit test coverage to > 90%, consulted with Glue service team
on best practices and sane defaults, updated integration tests.

Features

  • amplify-alpha: throw ValidationError instead of untyped errors (#33141) (a7cd9eb), closes #32569

Bug Fixes

  • custom-resource-handlers: do not allow unauthorized connection for iam OIDC connection (under feature flag) (#32921) (3e4f377), closes #32920

Code Refactoring

  • glue-alpha: Refactored glue-alpha L2 CDK construct RFC 0497 (#32521) (1a18dc9)