Skip to content

Commit 63b8dd4

Browse files
authored
Merge pull request #68 from ONS-Innovation/keh-1795-lambda-memory
KEH-1795 | Increase Lambda Memory
2 parents 422234b + 0c59232 commit 63b8dd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

terraform/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ resource "aws_lambda_function" "lambda_function" {
4646

4747
role = aws_iam_role.lambda_function_role.arn
4848

49+
memory_size = 256
50+
4951
environment {
5052
variables = {
5153
ENVIRONMENT = var.env_name

0 commit comments

Comments
 (0)