Skip to content

Commit 86753e1

Browse files
Added ItemProcessor State Machine Definition key for State of Type (Map) (#2577)
* Added ItemProcessor State Machine Definition key for State of Type (Map) As per https://docs.aws.amazon.com/step-functions/latest/dg/concepts-asl-use-map-state-inline.html, "ItemProcessor" State Machine Definition key for State of Type (Map) is valid. * Added ItemSelector State Machine Definition key for State of Type (Map) Co-authored-by: Kevin DeJong <[email protected]> --------- Co-authored-by: Kevin DeJong <[email protected]>
1 parent c40a021 commit 86753e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cfnlint/rules/resources/stepfunctions/StateMachine.py

+2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ def _check_state_json(self, def_json, state_name, path):
6060
"MaxConcurrency",
6161
"Iterator",
6262
"ItemsPath",
63+
"ItemProcessor",
64+
"ItemSelector",
6365
"ResultPath",
6466
"ResultSelector",
6567
"Retry",

0 commit comments

Comments
 (0)