We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting the following warning when using the ToolkitCleaner construct
ToolkitCleaner
[WARNING] aws-cdk-lib.aws_stepfunctions.Map#iterator is deprecated. - use `itemProcessor` instead. This API will be removed in the next major release.
cloudstructs version: 0.7.3 NodeJS version: 20.9.0
The text was updated successfully, but these errors were encountered:
fix(toolkit-cleaner): construct is using deprecated API (#261)
eb73513
Fixes #260 BREAKING CHANGE: `cloudstructs` now requires `aws-cdk-lib` >= 2.133.0
Successfully merging a pull request may close this issue.
I'm getting the following warning when using the
ToolkitCleaner
constructcloudstructs version: 0.7.3
NodeJS version: 20.9.0
The text was updated successfully, but these errors were encountered: