mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-08-15 15:10:28 +02:00
use slash as delimiter to match url scheme, drop Lambda memory
This commit is contained in:
@@ -53,7 +53,7 @@ resource "aws_lambda_function" "overpass_lambda" {
|
||||
package_type = "Image"
|
||||
image_uri = "${aws_ecr_repository.lambda_repository.repository_url}:latest"
|
||||
timeout = 180
|
||||
memory_size = 1024
|
||||
memory_size = 512
|
||||
environment {
|
||||
variables = {
|
||||
UPDATE_RATE_MINS = var.rate
|
||||
|
||||
Reference in New Issue
Block a user