mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2025-01-18 02:39:45 +00:00
bump memory on historic to s3
Some checks failed
Terraform GitHub Actions / Terraform (push) Has been cancelled
Some checks failed
Terraform GitHub Actions / Terraform (push) Has been cancelled
This commit is contained in:
parent
8a393f15fb
commit
632d54679b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user