Skip to content

Commit 1101f96

Browse files
Update infrastructure/lambda-migration-dynamodb-segment.tf
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8f68efe commit 1101f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/lambda-migration-dynamodb-segment.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module "migration-dynamodb-segment-lambda" {
33
name = "MigrationDynamodbSegment"
44
handler = "handlers.migration_dynamodb_segment_handler.lambda_handler"
55
lambda_timeout = 900
6-
memory_size = 1769
6+
memory_size = 1792
77
iam_role_policy_documents = [
88
module.migration-dynamodb-segment-store.s3_read_policy_document,
99
module.migration-dynamodb-segment-store.s3_write_policy_document

0 commit comments

Comments
 (0)