我找不到任何关于消息的方法或格式的文档。
答案 0 :(得分:5)
Amazon Simple Notification Service (Amazon SNS)正在使用HTTP POST发送通知消息,请参阅常见问题解答What are the different delivery formats/transports for receiving notifications?:
- “HTTP”,“HTTPS” - 订阅者指定URL作为其中的一部分 订阅注册;通知将通过 HTTP POST到指定的URL。
HTTP/HTTPS Notifications JSON Format中记录了通知消息格式(订阅/取消订阅JSON格式也记录在Appendix D: JSON Formats中)。