Skip to content

Commit 3375f95

Browse files
author
kurt.tometich
committed
fixed search and replace for a couple commands
1 parent 62fe074 commit 3375f95

File tree

1 file changed

+2
-2
lines changed
  • eventbridge-pipes-dynamic-message-group-id

1 file changed

+2
-2
lines changed

eventbridge-pipes-dynamic-message-group-id/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Learn more about this pattern at Serverless Land Patterns: https://serverlesslan
2222
```
2323
2. Change directory to the pattern directory:
2424
```
25-
cd Amazon EventBridge-pipes-dynamic-message-group-id
25+
cd eventbridge-pipes-dynamic-message-group-id
2626
```
2727
2828
3. Build and deploy the SAM application
@@ -63,7 +63,7 @@ aws events put-events --entries file://events/test-event.json
6363

6464
2. Wait for a couple seconds for the Amazon EventBridge pipe to process the message, then check the output queue. Make sure you replace the queue-url value with the correct output queue URL from deployment.
6565
```bash
66-
aws Amazon SQS receive-message \
66+
aws sqs receive-message \
6767
--queue-url <OUTPUT_QUEUE_URL> \
6868
--attribute-names All \
6969
--message-attribute-names All \

0 commit comments

Comments
 (0)