Skip to content

Commit e584933

Browse files
authored
Increase Deployment Helper Lambda's ephemeral storage allocation (#90)
1 parent fd5bf58 commit e584933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/deployment-helper-regional/lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ resource "aws_lambda_function" "lambda" {
3030
}
3131

3232
ephemeral_storage {
33-
size = 1024
33+
size = 2048
3434
}
3535

3636
depends_on = [aws_cloudwatch_log_group.lambda]

0 commit comments

Comments
 (0)