Skip to content

Commit

Permalink
Merge pull request #2081 from madhavvishnubhatta/main
Browse files Browse the repository at this point in the history
Modified the aws sqs send-message command to properly close the value…
  • Loading branch information
Ben Smith authored Feb 8, 2024
2 parents d7c696f + 00c3174 commit 47151bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eventbridge-pipes-sqs-to-stepfunctions-cdk-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Send SQS message that will trigger step function execution as below:
```sh
aws sqs send-message \
--queue-url=SQS_URL \
--message-body '{"orderId":"125a2e1e-d420-482e-8008-5a606f4b2076, "customerId": "a48516db-66aa-4dbc-bb66-a7f058c5ec24", "type": "NEW"}'
--message-body '{"orderId":"125a2e1e-d420-482e-8008-5a606f4b2076", "customerId": "a48516db-66aa-4dbc-bb66-a7f058c5ec24", "type": "NEW"}'
```

## Delete stack
Expand All @@ -67,4 +67,4 @@ cdk destroy

Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.

SPDX-License-Identifier: MIT-0
SPDX-License-Identifier: MIT-0

0 comments on commit 47151bd

Please sign in to comment.