Pretty cool stuff. Also, I've found your blog posts to be helpful last week when working on session-repl.com , thanks!
Could these projects be simpler/make fewer assumptions? For instance, cljs-lambda requires cljsbuild, which I try to avoid these days. Also, all the apis are core.async-based, which is a big thing to put on a user (see https://github.com/ztellman/manifold/blob/master/docs/rationale.md) In general though this is an exciting direction. I'd love to be able to model/simulate AWS systems in clojurescript with say core.async, and then progressively move parts of those systems onto AWS. On Sun, Aug 9, 2015 at 2:52 PM, Moe Aboulkheir <[email protected]> wrote: > Only of interest if you're planning on working with AWS: > > To try and get further into Clojurescript, I dual-targeted a set of Clojure > AWS client libraries - to Node, only so far: > > - Hildebrand (Dynamo/Streams) > - Fink-Nottle (SQS & SNS) > - Eulalie (credentials, Lambda invocations, low-level AWS stuff) > > If you're (thinking about) writing backend code on Node, or Lambda functions > in Clojurescript, these may be some help, or inducement. There's also > substantial API documentation for each, which sounds like less of an > accomplishment than it is. > > The plan is to enable browser-based use in subsequent releases. > > Links: > - https://nervous.io/clojure/clojurescript/node/aws/2015/08/09/chemtrails/ > - https://github.com/nervous-systems/hildebrand > - https://github.com/nervous-systems/fink-nottle > - https://github.com/nervous-systems/eulalie > > Take care, > Moe > > -- > Note that posts from new members are moderated - please be patient with your > first post. > --- > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/clojurescript. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
