Reputation: 61
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?
Upvotes: 2
Views: 4123
Reputation: 9605
No, as far as the documentation is concerned SNS
doesnt allow changing the Headers
There are multiple similar threads. For example:
http headers from one endpoint to other via AWS SNS service
Upvotes: 1