update sk

This commit is contained in:
2025-07-17 15:52:59 -03:00
parent 9bbbc51c4a
commit 31a8025125
2 changed files with 30 additions and 5 deletions

View File

@@ -62,6 +62,30 @@ Resources:
new_image:
sk: ["0"]
EventAllocateSlotsFunction:
Type: AWS::Serverless::Function
Properties:
Handler: events.allocate_slots.lambda_handler
LoggingConfig:
LogGroup: !Ref EventLog
Policies:
- DynamoDBCrudPolicy:
TableName: !Ref OrderTable
- DynamoDBCrudPolicy:
TableName: !Ref EnrollmentTable
Events:
DynamoDBEvent:
Type: EventBridgeRule
Properties:
Pattern:
resources: [!Ref OrderTable]
detail-type: [INSERT]
detail:
new_image:
sk: [slots]
mode: [BATCH]
status: [PENDING]
EventReminderNoAccess3DaysFunction:
Type: AWS::Serverless::Function
Properties: