Skip to content

Fix CDK deprecations #1470

@mrgrain

Description

@mrgrain

Description

ConstructHub uses a number of features from CDK that are marked as deprecated. You can see these when running tests or synth.

An incomplete list:

[WARNING] aws-cdk-lib.aws_acme.DnsValidatedCertificate is deprecated.
  use {@link Certificate } instead
  This API will be removed in the next major release.

[WARNING] aws-cdk-lib.aws_stepfunctions.StateMachineProps#definition is deprecated.
  use definitionBody: DefinitionBody.fromChainable()
  This API will be removed in the next major release.

[WARNING] aws-cdk-lib.aws_stepfunctions.Map#iterator is deprecated.
  - use `itemProcessor` instead.
  This API will be removed in the next major release.

Use Case

No response

Other information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions