Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I'm wondering if there is a way to add a custom header to an AWS SNS (Simple Notification Service) message. It appears from reading the AWS documentation that all the headers included in SNS are defined by the SNS service, and you can not add your own. Has anyone uncovered some way of accomplishing this?

question from:https://stackoverflow.com/questions/65940689/adding-a-custom-header-to-sns-message

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
725 views
Welcome To Ask or Share your Answers For Others

1 Answer

No, as far as the documentation is concerned SNS doesnt allow changing the Headers

HTTP/HTTPS headers

There are multiple similar threads. For example:

http headers from one endpoint to other via AWS SNS service


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...