Skip to content

Commit

Permalink
added filter (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Friesen - FormKiQ <mike@formkiq.com>
  • Loading branch information
mfriesen and formkiqMike authored Mar 14, 2023
1 parent 15612e7 commit 5c3b26c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,10 @@ Resources:
Condition: CreateResources
Properties:
Enabled: True
BatchSize: 1
FilterCriteria:
Filters:
- Pattern: '{"dynamodb": {"Keys": {"SK": { "S": ["document"] }}}}'
EventSourceArn:
Fn::Sub: "{{resolve:ssm:/formkiq/${AppEnvironment}/dynamodb/DocumentsStreamArn}}"
FunctionName:
Expand Down

0 comments on commit 5c3b26c

Please sign in to comment.