@@ -45,7 +45,7 @@ resource "aws_cloudwatch_event_target" "lambda_lipas" {
45
45
target_id = " ${ var . prefix } _load_lipas"
46
46
rule = aws_cloudwatch_event_rule. lambda_lipas . name
47
47
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 }"
49
49
}
50
50
51
51
resource "aws_cloudwatch_event_rule" "lambda_wfs" {
@@ -72,7 +72,7 @@ resource "aws_cloudwatch_event_target" "lambda_osm" {
72
72
target_id = " ${ var . prefix } _load_osm"
73
73
rule = aws_cloudwatch_event_rule. lambda_osm . name
74
74
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 }"
76
76
}
77
77
78
78
resource "aws_cloudwatch_event_rule" "lambda_arcgis" {
@@ -86,5 +86,5 @@ resource "aws_cloudwatch_event_target" "lambda_arcgis" {
86
86
target_id = " ${ var . prefix } _load_arcgis"
87
87
rule = aws_cloudwatch_event_rule. lambda_arcgis . name
88
88
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 }"
90
90
}
0 commit comments