Skip to content

Commit 83ae1d5

Browse files
authored
Merge c74faf1 into 2548f1b
2 parents 2548f1b + c74faf1 commit 83ae1d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tf-module/unity-cumulus/granules_cnm_ingester.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ resource "aws_lambda_function" "granules_cnm_ingester" {
66
handler = "cumulus_lambda_functions.granules_cnm_ingester.lambda_function.lambda_handler"
77
runtime = "python3.9"
88
timeout = 300
9+
memory_size = 512
910
reserved_concurrent_executions = var.granules_cnm_ingester__lambda_concurrency # TODO
1011
environment {
1112
variables = {

0 commit comments

Comments
 (0)