Skip to content
This repository was archived by the owner on Jun 16, 2023. It is now read-only.

Commit 818ad20

Browse files
author
Michael Khmelnitsky
committed
Updated the documentation.
1 parent cb193f6 commit 818ad20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc_source/sns-large-payload-raw-message-delivery.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Amazon SNS and Amazon SQS let you send and receive large payloads \(from 64 to 2
66
To send large payloads, you must use an AWS SDK that supports Signature Version 4\.
77

88
To avoid having Amazon SQS and HTTP/S endpoints process the JSON formatting of messages, Amazon SNS also allows raw message delivery:
9-
+ When you enable raw message delivery for an Amazon SQS endpoint, any Amazon SNS metadata is stripped from the published message and the message is sent as\-is\.
9+
+ When you enable raw message delivery for an Amazon SQS endpoint, any Amazon SNS metadata is stripped from the published message and the message is sent as is\.
1010
+ When you enable raw message delivery for HTTP/S endpoints, the HTTP header `x-amz-sns-rawdelivery` with its value set to `true` is added to the message, indicating that the message has been published without JSON formatting\.
1111

1212
To enable raw message delivery using an AWS SDK, you must use the `SetSubscriptionAttribute` API action and set the value of the `RawMessageDelivery` attribute to `true`\.

0 commit comments

Comments
 (0)