Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RawMessageDelivery support #37

Open
eugenekuchera opened this issue Nov 24, 2017 · 2 comments
Open

RawMessageDelivery support #37

eugenekuchera opened this issue Nov 24, 2017 · 2 comments

Comments

@eugenekuchera
Copy link

Hi. Would be nice to support RawMessageDelivery for subscriptions. http://docs.aws.amazon.com/sns/latest/dg/large-payload-raw-message.html
Any plans for this?
Thanks.

@Etherdaemon
Copy link

Saw this was still open - I can confirm you can enable it by setting the subscription config to have the RawMessageDelivery attribute to true.

{
  "version": 1,
  "timestamp": 1465414804110,
  "subscriptions": [
    {
      "arn": "e9126059-9eab-4b37-8194-e0d64dfb2045",
      "topicArn": "arn:aws:sns:ap-southeast-2:1234567890123:device-telemetries",
      "endpoint": "aws-sqs://telemetries-post-processing?amazonSQSEndpoint=http://fakesqs:9324&accessKey=&secretKey=",
      "owner": "",
      "protocol": "sqs",
      "subscriptionAttributes": {
        "RawMessageDelivery": "true"
      }
    }
  ],
  "topics": [
    {
      "arn": "arn:aws:sns:ap-southeast-2:1234567890123:device-telemetries",
      "name": "device-telemetries"
    }
  ]
}

@jameskbride
Copy link

Hello and apologies for the self-advertisement, I've created local-sns as a reimplementation of this project, which includes RawMessageDelivery support. See jameskbride/local-sns#21 for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants