fix timeout bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user