bump memory on historic to s3
Some checks failed
Terraform GitHub Actions / Terraform (push) Has been cancelled

This commit is contained in:
xssfox 2024-12-24 10:44:58 +11:00
parent 8a393f15fb
commit 632d54679b

View File

@ -52,7 +52,7 @@ resource "aws_lambda_function" "historic_to_s3" {
s3_key = aws_s3_bucket_object.lambda.key
source_code_hash = data.archive_file.lambda.output_base64sha256
publish = true
memory_size = 4096
memory_size = 8192
role = aws_iam_role.historic.arn
runtime = "python3.9"
timeout = 300