mprove
This commit is contained in:
@@ -23,7 +23,7 @@ Globals:
|
||||
Architectures:
|
||||
- x86_64
|
||||
Layers:
|
||||
- !Sub arn:aws:lambda:sa-east-1:336641857101:layer:layercake:83
|
||||
- !Sub arn:aws:lambda:sa-east-1:336641857101:layer:layercake:86
|
||||
Environment:
|
||||
Variables:
|
||||
TZ: America/Sao_Paulo
|
||||
@@ -169,10 +169,10 @@ Resources:
|
||||
scope: [MULTI_USER]
|
||||
status: [PENDING]
|
||||
|
||||
EventReminderNoAccess3DaysFunction:
|
||||
EventReminderNoAccessAfter3DaysFunction:
|
||||
Type: AWS::Serverless::Function
|
||||
Properties:
|
||||
Handler: events.emails.reminder_no_access_3_days.lambda_handler
|
||||
Handler: events.emails.reminder_no_access_after_3_days.lambda_handler
|
||||
LoggingConfig:
|
||||
LogGroup: !Ref EventLog
|
||||
Policies:
|
||||
@@ -196,6 +196,8 @@ Resources:
|
||||
detail:
|
||||
keys:
|
||||
sk:
|
||||
- SCHEDULES#REMINDER_NO_ACCESS_AFTER_3_DAYS
|
||||
# Post-migration: remove the following lines
|
||||
- schedules#does_not_access
|
||||
- schedules#reminder_no_access_3_days
|
||||
|
||||
|
||||
Reference in New Issue
Block a user