Skip to content

Commit

Permalink
more fixes and test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Jul 19, 2024
1 parent 3ca074d commit b5814b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def rule():
"End": True,
"ItemsPath": "$",
"Parameters": {"BatchNumber.$": "$$.Map.Item.Value"},
"Iterator": {
"ItemProcessor": {
"StartAt": "Submit Batch Job",
"States": {
"Submit Batch Job": {
Expand Down Expand Up @@ -257,7 +257,7 @@ def rule():
"MessageNumber.$": "$$.Map.Item.Index",
"MessageDetails.$": "$$.Map.Item.Value",
},
"Iterator": {
"ItemProcessor": {
"StartAt": "Write message to DynamoDB",
"States": {
"Write message to DynamoDB": {
Expand Down

0 comments on commit b5814b5

Please sign in to comment.