Skip to content

Commit

Permalink
fix queue url account id (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
peuBouzon committed May 13, 2023
1 parent 6e8def4 commit 604cff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/user-guide/aws/sqs/index.md
Expand Up @@ -32,7 +32,7 @@ $ awslocal sqs list-queues
{{< / command >}}

{{< command >}}
$ awslocal sqs send-message --queue-url http://localhost:4566/00000000000/sample-queue --message-body test
$ awslocal sqs send-message --queue-url http://localhost:4566/000000000000/sample-queue --message-body test
{
"MD5OfMessageBody": "098f6bcd4621d373cade4e832627b4f6",
"MessageId": "74861aab-05f8-0a75-ae20-74d109b7a76e"
Expand Down

0 comments on commit 604cff5

Please sign in to comment.