bigdavey71
bigdavey71

Reputation: 61

Adding a custom header to SNS Message

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

Answers (1)

samtoddler
samtoddler

Reputation: 9605

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

Upvotes: 1

Related Questions