Skip to content

Commit 6c54573

Browse files
committed
Smaller import radii for sources without city name data
1 parent c466401 commit 6c54573

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

infra/cloudwatch.tf

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ resource "aws_cloudwatch_event_target" "lambda_lipas" {
4545
target_id = "${var.prefix}_load_lipas"
4646
rule = aws_cloudwatch_event_rule.lambda_lipas.name
4747
arn = aws_lambda_function.lipas_loader.arn
48-
input = "{\"close_to_lon\": 23.7634608, \"close_to_lat\": 61.4976505, \"radius\": 100}"
48+
input = "{\"close_to_lon\": 23.7634608, \"close_to_lat\": 61.4976505, \"radius\": 80}"
4949
}
5050

5151
resource "aws_cloudwatch_event_rule" "lambda_wfs" {
@@ -72,7 +72,7 @@ resource "aws_cloudwatch_event_target" "lambda_osm" {
7272
target_id = "${var.prefix}_load_osm"
7373
rule = aws_cloudwatch_event_rule.lambda_osm.name
7474
arn = aws_lambda_function.osm_loader.arn
75-
input = "{\"close_to_lon\": 23.7634608, \"close_to_lat\": 61.4976505, \"radius\": 100}"
75+
input = "{\"close_to_lon\": 23.7634608, \"close_to_lat\": 61.4976505, \"radius\": 60}"
7676
}
7777

7878
resource "aws_cloudwatch_event_rule" "lambda_arcgis" {
@@ -86,5 +86,5 @@ resource "aws_cloudwatch_event_target" "lambda_arcgis" {
8686
target_id = "${var.prefix}_load_arcgis"
8787
rule = aws_cloudwatch_event_rule.lambda_arcgis.name
8888
arn = aws_lambda_function.arcgis_loader.arn
89-
input = "{\"close_to_lon\": 23.7634608, \"close_to_lat\": 61.4976505, \"radius\": 100}"
89+
input = "{\"close_to_lon\": 23.7634608, \"close_to_lat\": 61.4976505, \"radius\": 60}"
9090
}

0 commit comments

Comments
 (0)