remove patch items from orders

This commit is contained in:
2025-07-17 23:51:06 -03:00
parent 5df126c605
commit 6acc4bde4d
2 changed files with 0 additions and 95 deletions

View File

@@ -93,26 +93,6 @@ Resources:
- exists: true
status: [CANCELED, EXPIRED]
EventPatchItemsFunction:
Type: AWS::Serverless::Function
Properties:
Handler: events.stopgap.patch_items.lambda_handler
LoggingConfig:
LogGroup: !Ref EventLog
Policies:
- DynamoDBWritePolicy:
TableName: !Ref OrderTable
Events:
Event:
Type: EventBridgeRule
Properties:
Pattern:
resources: [!Ref OrderTable]
detail-type: [INSERT]
detail:
new_image:
sk: ["items"]
EventSetAsPaidFunction:
Type: AWS::Serverless::Function
Properties: