Coder Social home page Coder Social logo

AWS SNS support would be great about spec HOT 4 CLOSED

asyncapi avatar asyncapi commented on May 16, 2024
AWS SNS support would be great

from spec.

Comments (4)

fmvilas avatar fmvilas commented on May 16, 2024

Hey! Thanks for pointing out. As per documentation AWS SNS is not a protocol but a product supporting many protocols:

The protocol you want to use. Supported protocols include:

* http -- delivery of JSON-encoded message via HTTP POST
* https -- delivery of JSON-encoded message via HTTPS POST
* email -- delivery of message via SMTP
* email-json -- delivery of JSON-encoded message via SMTP
* sms -- delivery of message via SMS
* sqs -- delivery of JSON-encoded message to an Amazon SQS queue
* application -- delivery of JSON-encoded message to an EndpointArn for a mobile app and device.
* lambda -- delivery of JSON-encoded message to an AWS Lambda function.

http://docs.aws.amazon.com/sns/latest/api/API_Subscribe.html

So in which protocol would you be interested?

from spec.

fmvilas avatar fmvilas commented on May 16, 2024

I'm closing the issue as it's already a week old without response. Feel free keep commenting.

from spec.

SkippyZA avatar SkippyZA commented on May 16, 2024

Somehow my notification for this went missing.

So while SNS does support multiple methods to subscribe to it, that I see is some 'implementation' logic. At the very least, the ability to specify that the API is SNS. Perhaps have the ability so specify the account id, region etc would be great. This could perhaps be used to build up the ARN?

With regards to consuming a message, I believe the event data will be the same regardless of which approach you use to subscribe to it.

I have also tried the approach of setting the base topic to represent the ARN, but when it joins the actual stream, it uses a . and not : needed for the arn resulting in: arn:aws:sns:{region}:{accountId}.TopicName

from spec.

fmvilas avatar fmvilas commented on May 16, 2024

I think your best friend here is Specification Extensions.
This way you can specify whatever custom properties you might need:

x-sns-region: 'us-east-1'
x-sns-accountId: 'your-account-id-here'

The only thing you'd have to do is to tweak documentation generator and/or code generator to use those values.

from spec.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.