Skip to content

Commit b250358

Browse files
authored
Merge pull request #14 from nasa/GESDISCUMU-5240-Update-the-gapReporter-lambda-to-handle-large-responses-from-fetch-time-gaps-function
GESDISCUMU-5240-Update-the-gapReporter-lambda-to-handle-large-responses-from-fetch-time-gaps-function
2 parents d5ff8ff + 5ce80c9 commit b250358

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gap_detection_module/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ locals {
4242
}
4343
}
4444
gapReporter = {
45-
timeout = 900
45+
timeout = 900
46+
memory_size = 1024
4647
variables = {
4748
RDS_SECRET = aws_secretsmanager_secret.rds_admin_login.name
4849
RDS_PROXY_HOST = aws_db_proxy.rds_proxy.endpoint

0 commit comments

Comments
 (0)