Graham
Graham

Reputation: 21

Is it possible to send images through Amazon SNS

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.

Upvotes: 2

Views: 4189

Answers (1)

ESG
ESG

Reputation: 9425

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

Upvotes: 2

Related Questions