You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Use Case
No response
Other information
No response
The text was updated successfully, but these errors were encountered: