Is it possible to send images through Amazon SNS

你离开我真会死。 提交于 2021-01-27 21:06:49

问题


Title. I am trying to figure out if its even possible to send images through Amazon SNS. What I've found so far seems to indicate that its not but I was hoping to get a concrete answer.


回答1:


It all depends on the size of your images.

If you're using a SDK that supports AWS Signature version 4, the raw message limit is 256KB.

Reference: https://docs.aws.amazon.com/sns/latest/dg/large-payload-raw-message.html



来源:https://stackoverflow.com/questions/51505702/is-it-possible-to-send-images-through-amazon-sns

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!