Matthias,

On Wed, Aug 26, 2015 at 9:31 AM, Matthias Diehn Ingesman
<matth...@ingesman.dk> wrote:

> That looks really useful, and as far as I can tell yours is the only library
> for SNS. I'm considering using your library in a production app, are there
> any pitfalls I should be aware of?

Nothing comes to mind - what are you planning on doing with it?  If
you're curious, there are integration tests for the underlying SNS
stuff here: 
https://github.com/nervous-systems/eulalie/blob/master/test/eulalie/test/sns.cljc

> From quickly browsing the sources, it is not clear to me what the functions
> declared by the defissuers macro return. From your blog post on SNS I'm
> guessing it's core.async channels for single-! functions, but a comment on
> the function would be nice. :-)

Yeah, the nonexistent docstrings aren't much help.  The consolation
prize is that there's documentation here:

https://github.com/nervous-systems/fink-nottle/wiki

which describes the API at a high level.   The more involved (i.e.
streaming response) functions are documented here:

https://github.com/nervous-systems/fink-nottle/wiki/sns.channeled

(Apologies if you've seen these)

Unfortunately, fink-nottle.sns is the only namespace not documented
function-by-function.  If "Pushing Messaging on EC2 ..." was the blog
post you saw, these other two also touch on SNS:

https://nervous.io/clojure/async/sns/eb/docker/2015/06/22/sns-beanstalk-chat/
https://nervous.io/clojure/clojurescript/node/aws/2015/08/09/chemtrails/

The latter lightly, but using the post 0.4.0 API.  The biggest change
from the earlier (outdated) posts is the credential-retrieval stuff,
which is described at
https://github.com/nervous-systems/eulalie/wiki/eulalie.creds

Take care,
Moe

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to