Skip to content

Commit 5d5bb57

Browse files
committed
[PRMP-570] unsaved changes
1 parent 14cde83 commit 5d5bb57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

infrastructure/step-function-migration-dynmodb.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ resource "aws_sfn_state_machine" "migration_dynamodb" {
148148
"totalSegments.$" = "$.totalSegments",
149149
"tableArn.$" = "$.tableArn",
150150
"migrationScript.$" = "$.migrationScript",
151-
"run_migration.$" = "$.run_migration",
152-
"execution_Id.$" = "$$.Execution.Id"
151+
"runMigration.$" = "$.runMigration",
152+
"executionId.$" = "$$.Execution.Id"
153153
},
154154

155155
ItemProcessor = {
@@ -169,8 +169,8 @@ resource "aws_sfn_state_machine" "migration_dynamodb" {
169169
"totalSegments.$" = "$.totalSegments",
170170
"tableArn.$" = "$.tableArn",
171171
"migrationScript.$" = "$.migrationScript",
172-
"run_migration.$" = "$.run_migration",
173-
"execution_Id.$" = "$.execution_Id"
172+
"runMigration.$" = "$.runMigration",
173+
"executionId.$" = "$.executionId"
174174
}
175175
},
176176
ResultSelector = { "migrationResult.$" = "$.Payload" },

0 commit comments

Comments
 (0)