wio
This commit is contained in:
@@ -8,14 +8,14 @@ Globals:
|
||||
Architectures:
|
||||
- x86_64
|
||||
Layers:
|
||||
- !Sub arn:aws:lambda:sa-east-1:336641857101:layer:layercake:35
|
||||
- !Sub arn:aws:lambda:sa-east-1:336641857101:layer:layercake:75
|
||||
Environment:
|
||||
Variables:
|
||||
LOG_LEVEL: DEBUG
|
||||
TZ: America/Sao_Paulo
|
||||
POWERTOOLS_LOGGER_SAMPLE_RATE: 0.1
|
||||
POWERTOOLS_LOGGER_LOG_EVENT: true
|
||||
MEILISEARCH_HOST: https://meili.vps.eduseg.com.br
|
||||
MEILISEARCH_HOST: https://meili.eduseg.com.br
|
||||
MEILISEARCH_API_KEY: "{{resolve:ssm:/saladeaula/meili_api_key}}"
|
||||
|
||||
Resources:
|
||||
@@ -31,32 +31,10 @@ Resources:
|
||||
LoggingConfig:
|
||||
LogGroup: !Ref MeilisearchLog
|
||||
Events:
|
||||
Users:
|
||||
Type: DynamoDB
|
||||
Properties:
|
||||
Stream: !Sub arn:aws:dynamodb:${AWS::Region}:${AWS::AccountId}:table/betaeducacao-prod-users_d2o3r5gmm4it7j/stream/2022-06-12T21:33:25.634
|
||||
StartingPosition: LATEST
|
||||
MaximumRetryAttempts: 5
|
||||
BatchSize: 25
|
||||
FilterCriteria:
|
||||
Filters:
|
||||
- Pattern: '{ "dynamodb" : { "Keys" : { "sk" : { "S" : [ "0" ] } } } }'
|
||||
|
||||
Enrollments:
|
||||
Type: DynamoDB
|
||||
Properties:
|
||||
Stream: !Sub arn:aws:dynamodb:${AWS::Region}:${AWS::AccountId}:table/betaeducacao-prod-enrollments/stream/2023-08-22T22:56:55.612
|
||||
StartingPosition: LATEST
|
||||
MaximumRetryAttempts: 5
|
||||
BatchSize: 25
|
||||
FilterCriteria:
|
||||
Filters:
|
||||
- Pattern: '{ "dynamodb" : { "Keys" : { "sk" : { "S" : [ "0" ] } } } }'
|
||||
|
||||
Orders:
|
||||
Type: DynamoDB
|
||||
Properties:
|
||||
Stream: !Sub arn:aws:dynamodb:${AWS::Region}:${AWS::AccountId}:table/betaeducacao-prod-orders/stream/2023-09-15T18:58:50.395
|
||||
Stream: !Sub arn:aws:dynamodb:${AWS::Region}:${AWS::AccountId}:table/saladeaula_enrollments/stream/2025-06-04T16:44:42.524
|
||||
StartingPosition: LATEST
|
||||
MaximumRetryAttempts: 5
|
||||
BatchSize: 25
|
||||
|
||||
Reference in New Issue
Block a user