Skip to content

Commit

Permalink
Update example-pattern.json
Browse files Browse the repository at this point in the history
  • Loading branch information
julianwood authored Feb 1, 2024
1 parent 18e3537 commit 3511e7a
Showing 1 changed file with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"title": "SQS to SQS message copy with filter using EventBridge Pipe",
"description": "The patterns shows the filter capability of the Amazon EventBridge Pipe while copying data from one Amazon SQS queue to another queue using SAM.",
"language": "YAML",
"level": "200",
"framework": "SAM",
"introBox": {
"headline": "How it works",
"text": [
"This template creates two Amazon SQS queues - source-queue and target-queue along with an Amazon EventBridge Pipe.",
"The Amazon EventBridge pipe copies messages from source-queue to target-queue only if message payload (JSON) contains color attribute having values red or blue.",
"Once the stack is deployed, we will use send-messages-to-source-queue.sh to send messages to the source-queue. This scripts send four messages with different values for color attribute.",
"We will validate received messages on `target-queue` using receive-messages-from-target-queue.sh. Only the messages with red and blue values for color attribute will be available in target-queue."
]
},
"title": "Copying Amazon SQS messages between queues using an Amazon EventBridge Pipes filter",
"description": "The pattern shows the filter capability of Amazon EventBridge Pipes while copying data from one Amazon SQS queue to another queue.",
"language": "YAML",
"level": "200",
"framework": "SAM",
"introBox": {
"headline": "How it works",
"text": [
"This template creates two Amazon SQS queues - source-queue and target-queue along with an Amazon EventBridge Pipe.",
"The Amazon EventBridge pipe copies messages from source-queue to target-queue only if message payload (JSON) contains color attribute having values red or blue.",
"Once the stack is deployed, use `send-messages-to-source-queue.sh` to send messages to the source-queue. This scripts sends four messages with different values for color attribute.",
"Validate received messages on `target-queue` using `receive-messages-from-target-queue.sh`. Only the messages with red and blue values for color attribute are available in `target-queue`."
]
},
"gitHub": {
"template": {
"repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/eventbridge-pipes-sqs-to-sqs-with-data-filter",
Expand Down

0 comments on commit 3511e7a

Please sign in to comment.