We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785bba1 commit 61bab46Copy full SHA for 61bab46
awscli/examples/apigatewaymanagementapi/post-to-connection.rst
@@ -4,7 +4,7 @@ The following ``post-to-connection`` example sends a message to a client that's
4
5
aws apigatewaymanagementapi post-to-connection \
6
--connection-id L0SM9cOFvHcCIhw= \
7
- --data "Hello from API Gateway!" \
+ --data 'SGVsbG8gZnJvbSBBUEkgR2F0ZXdheSE=' \
8
--endpoint-url https://aabbccddee.execute-api.us-west-2.amazonaws.com/prod
9
10
This command produces no output.
0 commit comments