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
$ cfn-lint ./a.yamlE3601 'Iterator' is a required propertya.yaml:9:11E3601 Additional properties are not allowed ('ItemProcessor' was unexpected)a.yaml:12:13
Expected behavior
Do not report error.
The 'Iterator' property was deprecated and was replaced by 'ItemProcessor'.
The text was updated successfully, but these errors were encountered:
sudoudaisuke
changed the title
AWS::StepFunctions::StateMachine Definition property with inline map state is broken
AWS::StepFunctions::StateMachine Definition property with inline map state was checked with old schema.
Jul 19, 2024
CloudFormation Lint Version
1.8.1
What operating system are you using?
docker container based on python:3.12-alpine
Describe the bug
Expected behavior
Do not report error.
The 'Iterator' property was deprecated and was replaced by 'ItemProcessor'.
https://docs.aws.amazon.com/step-functions/latest/dg/concepts-asl-use-map-state-inline.html#map-state-inline-deprecated-fields
Reproduction template
The text was updated successfully, but these errors were encountered: