amazon sns - Sending attachment using AWS SNS(Simple Notification Service) -


i using aws sns sending alert emails. email content long therefore wish send file attachment rather sending email content. can done using sns ?

no, can't.

the sns faq not come out , explain explicitly, can inferred several statements:

amazon sns messages can contain 256 kb of text data, including xml, json , unformatted text.

the ”email” transport meant end-users/consumers , notifications regular, text-based messages readable.

in addition, since not have access email header space when publishing sns, not possible specify necessary multipart coding email client decide embedded attachment. can't send html emails (well, could, standards-conforming email client not render them html).

now, many email clients theoretically recognize http://... in email body , turn them clickable links, allowing link desired file... of course not same thing attaching files.

i there not appear mechanism attaching files emails in sns.


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -