fix timeout bug

This commit is contained in:
2025-11-01 15:57:43 -03:00
parent 26a87b8445
commit d6c26df63b
5 changed files with 25 additions and 15 deletions

View File

@@ -8,7 +8,7 @@ Globals:
Architectures:
- x86_64
Layers:
- !Sub arn:aws:lambda:sa-east-1:336641857101:layer:layercake:99
- !Sub arn:aws:lambda:sa-east-1:336641857101:layer:layercake:100
Environment:
Variables:
LOG_LEVEL: DEBUG
@@ -27,17 +27,17 @@ Resources:
MeilisearchLog:
Type: AWS::Logs::LogGroup
Properties:
RetentionInDays: 90
RetentionInDays: 30
EventBusLog:
Type: AWS::Logs::LogGroup
Properties:
RetentionInDays: 90
RetentionInDays: 30
EventPostgresLog:
PostgresLog:
Type: AWS::Logs::LogGroup
Properties:
RetentionInDays: 90
RetentionInDays: 30
EventIndexDocsIntoMeiliFunction:
Type: AWS::Serverless::Function
@@ -131,7 +131,7 @@ Resources:
Properties:
Handler: events.replicate_into_postgres.lambda_handler
LoggingConfig:
LogGroup: !Ref EventPostgresLog
LogGroup: !Ref PostgresLog
Events:
Users:
Type: DynamoDB