澄清 AWS SNS 消息属性文档

Clarity on AWS SNS message attributes documentation

我无法理解 AWS SNS 文档所说的那一行 Message attributes are optional and separate from, but sent along with, the message body. This information can be used by the receiver of the message to help decide how to handle the message without having to first process the message body

那么,这是否意味着当我通过 SNS 发布消息以及消息属性时,它是否也会被发送到订阅了 SNS 的端点(特别是 HTTP 订阅者)?

谢谢,

我已经尝试通过 SNS 向 HTTP 订阅者发送消息属性,并且我能够以 headers 的形式接收它们。所以,是的,您可以通过 http 订阅者接收消息属性。

注意:我已经在 mule anypoint studio 中尝试过了。