mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2025-01-31 07:55:24 +00:00
fix formatting
This commit is contained in:
parent
30f1cea3de
commit
faee9374bc
18
cdn.tf
18
cdn.tf
@ -9,15 +9,15 @@ data "archive_file" "redirect" {
|
||||
|
||||
|
||||
resource "aws_lambda_function" "redirect" {
|
||||
function_name = "sondehub-redirect"
|
||||
handler = "redirect.handler"
|
||||
s3_bucket = aws_s3_bucket_object.lambda.bucket
|
||||
s3_key = aws_s3_bucket_object.lambda.key
|
||||
publish = true
|
||||
memory_size = 128
|
||||
role = aws_iam_role.basic_lambda_role.arn
|
||||
runtime = "python3.9"
|
||||
timeout = 3
|
||||
function_name = "sondehub-redirect"
|
||||
handler = "redirect.handler"
|
||||
s3_bucket = aws_s3_bucket_object.lambda.bucket
|
||||
s3_key = aws_s3_bucket_object.lambda.key
|
||||
publish = true
|
||||
memory_size = 128
|
||||
role = aws_iam_role.basic_lambda_role.arn
|
||||
runtime = "python3.9"
|
||||
timeout = 3
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user