Skip to content

Commit e1cb555

Browse files
author
Boyne
committed
update to pattern
1 parent 9fb4e81 commit e1cb555

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

eventbridge-pipes-dynamodbstream-to-sqs-serverless/example-pattern.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
"introBox": {
88
"headline": "How it works",
99
"text": [
10-
"This serverless pattern demonstrates how to send events from DynamoDB Stream to SQS using EventBridge Pipes. Whenever an item is inserted in DynamoDB table, the stream picks up the event & send it to EventBridge Pipes. ",
11-
"The EventBridge Pipes Filter function in the Pipes filters the event and passes to the next states accordingly. For this example pattern, it checks for INSERT events & passes it to Enrichment Lambda function if found one. The Lambda function makes some logs regarding to event & event name & finally passes it to the Target SQS queue.",
12-
"The intermediate Filter & Enrichment Lambda functions are optional & can be skipped as part of editing the implementation."
10+
"This serverless pattern demonstrates how to send events from DynamoDB Stream to SQS using EventBridge Pipes. Whenever an item is inserted in DynamoDB table, the stream picks up the event & sends it to EventBridge Pipes. ",
11+
"EventBridge Pipes filters the event and passes to the next states accordingly. For this example pattern, it checks for INSERT events & passes it to enrichment Lambda function. The Lambda function makes some logs regarding to event & event name & finally passes it to the target SQS queue.",
12+
"The intermediate filter & enrichment Lambda functions are optional & can be skipped as part of editing the implementation."
1313
]
1414
},
1515
"gitHub": {
1616
"template": {
1717
"repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/sfn-athena-cdk-python",
1818
"templateURL": "serverless-patterns/eventbridge-pipes-dynamodbstream-to-sqs-serverless",
1919
"projectFolder": "eventbridge-pipes-dynamodbstream-to-sqs-serverless",
20-
"templateFile": "eventbridge-pipes-dynamodbstream-to-sqs-serverless/serverless.yml"
20+
"templateFile": "serverless.yml"
2121
}
2222
},
2323
"resources": {

0 commit comments

Comments
 (0)