Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen committed Jan 24, 2025
1 parent daad057 commit ccd65e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ Resources:
SourceParameters:
FilterCriteria:
Filters:
- Pattern: '{"dynamodb": {"NewImage": {"type": { "S": ["EVENTBRIDGE"] },"status": { "S": ["PENDING"] }}}}'
- Pattern: '{"eventName": [{"equals-ignore-case": "INSERT"}],"eventSource": [{"equals-ignore-case": "aws:dynamodb"}],"dynamodb.NewImage.service.S": [{"equals-ignore-case": "EVENTBRIDGE"}],"dynamodb.NewImage.status.S": [{"equals-ignore-case": "PENDING"}]}'
DynamoDBStreamParameters:
StartingPosition: LATEST
BatchSize: 1
Expand Down

0 comments on commit ccd65e3

Please sign in to comment.