This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-11-24
Channels
- # aws (14)
- # beginners (111)
- # boot (12)
- # cider (1)
- # cljsrn (7)
- # clojure (65)
- # clojure-dusseldorf (1)
- # clojure-germany (7)
- # clojure-greece (10)
- # clojure-italy (13)
- # clojure-poland (7)
- # clojure-russia (7)
- # clojure-spec (53)
- # clojure-uk (29)
- # clojurescript (27)
- # community-development (9)
- # cursive (2)
- # data-science (1)
- # datomic (17)
- # emacs (16)
- # events (6)
- # fulcro (155)
- # graphql (8)
- # instaparse (1)
- # leiningen (30)
- # lumo (29)
- # om-next (3)
- # other-languages (46)
- # pedestal (11)
- # portkey (7)
- # re-frame (13)
- # reagent (6)
- # ring (8)
- # rum (1)
- # shadow-cljs (75)
- # sql (1)
- # timbre (3)
- # unrepl (128)
Any clojurians heading to re:Invent next week? hit me up if you would like to meet 😸
@qqq Node.js sdk documentation lists all AWS API calls in a clear way. http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/ I checked Java SDK docs but it’s horrible because you’d need to find the actual operations from the class-jungle. Node sdk is pretty much all about the operations (= actual API calls).
CLI docs is another option http://docs.aws.amazon.com/cli/latest/index.html# (this is actually even better)
All the SDK’s and the CLI generate API-call to AWS.. With Java-sdk you probably need to use boilerplate such as builders and factories to construct and invoke the requests but the params are the same.
And what comes to SES in particular.. You need to create a ‘sandbox’ environment in SES and verify recipient address before you can send any email.
I'm new to this: cli documentatio n referring to cli man pages right ? node documentation = how does this help me if I'm using Clojure ? is the idea to read the node documentation, guess the relevant Java class names, and use Clojure from there ?
wonderful -- could I take a rain check on this? 1. I'm in the middle of hacking client side GUI right now and
In case someone else needs this: the solution was to use this to send the email https://github.com/mcohen01/amazonica#simpleemail