Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CDK deprecations #1470

Open
mrgrain opened this issue Sep 18, 2024 · 0 comments
Open

Fix CDK deprecations #1470

mrgrain opened this issue Sep 18, 2024 · 0 comments
Labels
effort/medium About 3 days

Comments

@mrgrain
Copy link
Contributor

mrgrain commented Sep 18, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort/medium About 3 days
Projects
None yet
Development

No branches or pull requests

1 participant