aws icon indicating copy to clipboard operation
aws copied to clipboard

Any reason why there isn't a SNS module?

Open adinapoli opened this issue 10 years ago • 7 comments

I can see we have a SNS submodule to handle SES specific events, but not a general one. Is there any blocker for that or just it haven't been thought yet?

I might suspect SNS by nature is fairly domain-specific and might be unfeasible to come up with a general module, is this the reason?

Thanks! Alfredo

adinapoli avatar Mar 10 '14 12:03 adinapoli

It just was not needed by the people who implemented it.:) Feel free to implement what you need.

Aristid Am 10.03.2014 13:07 schrieb "Alfredo Di Napoli" [email protected]:

I can see we have a SNS submodule to handle SES specific events, but not a general one. Is there any blocker for that or just it haven't been thought yet?

I might suspect SNS by nature is fairly domain-specific and might be unfeasible to come up with a general module, is this the reason?

Thanks! Alfredo

Reply to this email directly or view it on GitHubhttps://github.com/aristidb/aws/issues/93 .

aristidb avatar Mar 10 '14 14:03 aristidb

I am :) Leave it to me,

Alfredo.

adinapoli avatar Mar 10 '14 15:03 adinapoli

@adinapoli any success on implementing SNS? Otherwise, I will give it a go.

mxswd avatar Aug 01 '14 12:08 mxswd

@maxpow4h I started, then our business needs steered away from that, and we didn't feel the urge to implement such module. You are certainly welcome to go for it :)

adinapoli avatar Aug 01 '14 12:08 adinapoli

If only people would actually notify us when they abandon their efforts... Am 01.08.2014 14:17 schrieb "Alfredo Di Napoli" [email protected]:

@maxpow4h https://github.com/maxpow4h I started, then our business needs steered away from that, and we didn't feel the urge to implement such module. You are certainly welcome to go for it :)

— Reply to this email directly or view it on GitHub https://github.com/aristidb/aws/issues/93#issuecomment-50877647.

aristidb avatar Aug 01 '14 12:08 aristidb

@aristidb I know, my bad, but with the everyday fray is much easier to ask about progress :) I'll try to be more responsive in the future.

adinapoli avatar Aug 01 '14 13:08 adinapoli

You may take a look at the aws-sns package which is based on the aws package in that it uses it's machinery for managing credentials, formatting requests, and parsing the responses.

larskuhtz avatar Aug 12 '14 20:08 larskuhtz