Skip to content

Commit 61bab46

Browse files
Fix post-to-connection example for API Gateway (#9546)
1 parent 785bba1 commit 61bab46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awscli/examples/apigatewaymanagementapi/post-to-connection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The following ``post-to-connection`` example sends a message to a client that's
44

55
aws apigatewaymanagementapi post-to-connection \
66
--connection-id L0SM9cOFvHcCIhw= \
7-
--data "Hello from API Gateway!" \
7+
--data 'SGVsbG8gZnJvbSBBUEkgR2F0ZXdheSE=' \
88
--endpoint-url https://aabbccddee.execute-api.us-west-2.amazonaws.com/prod
99

1010
This command produces no output.

0 commit comments

Comments
 (0)