Skip to content

Commit 2316ed9

Browse files
committed
[PRMP-388] upping max concurrency
1 parent a4ea244 commit 2316ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/step-function-migration-dynmodb.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ resource "aws_sfn_state_machine" "migration_dynamodb" {
121121

122122
"Segment Map (Distributed)" = {
123123
Type = "Map",
124-
MaxConcurrency = 50,
124+
MaxConcurrency = 100,
125125

126126
ItemReader = {
127127
Resource = "arn:aws:states:::s3:getObject",

0 commit comments

Comments
 (0)