Skip to content

Commit

Permalink
config: add configuration for memory_size
Browse files Browse the repository at this point in the history
  • Loading branch information
darneymartin committed May 2, 2022
1 parent 2af96f6 commit d0a0863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ resource "aws_lambda_function" "lambda_function" {
kms_key_arn = aws_kms_key.kms_key.arn
runtime = "go1.x"
timeout = 900
memory_size = var.memory_size

environment {
variables = {
Expand Down

0 comments on commit d0a0863

Please sign in to comment.