File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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" },
You can’t perform that action at this time.
0 commit comments