This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-02-20
Channels
- # aleph (19)
- # aws-lambda (8)
- # bangalore-clj (1)
- # beginners (13)
- # boot (179)
- # cljs-dev (12)
- # cljsjs (2)
- # cljsrn (6)
- # clojure (174)
- # clojure-italy (14)
- # clojure-nl (2)
- # clojure-russia (172)
- # clojure-spec (29)
- # clojure-uk (22)
- # clojurebridge (10)
- # clojureremote (1)
- # clojurescript (79)
- # cursive (46)
- # data-science (1)
- # datascript (8)
- # datomic (18)
- # defnpodcast (2)
- # emacs (9)
- # events (6)
- # hoplon (11)
- # klipse (13)
- # lein-figwheel (1)
- # leiningen (1)
- # luminus (1)
- # lumo (88)
- # numerical-computing (1)
- # off-topic (24)
- # om (33)
- # onyx (58)
- # protorepl (8)
- # re-frame (10)
- # reagent (26)
- # ring (8)
- # ring-swagger (7)
- # rum (22)
- # spacemacs (25)
- # specter (5)
- # uncomplicate (37)
- # untangled (75)
- # vim (17)
- # yada (3)
Anyone know of an example app using #aws-lambda / nodejs / cljs to write Alexa skill?
I have created project using cljs-lambda and added alexa-sdk to :npm :dependancies in project.clj - I have deployed default function that cljs-lambda created, but looking for some example code to init alexa-sdk and implement handler
I don't know nodejs / clojurescript at all, coming from Java/Clojure, so a pointer to get met started quickly would be greatly appreciated 🙂
Hi @andre.richards not sure this is what you are looking for but have you seen https://github.com/TheClimateCorporation/boomhauer and https://www.youtube.com/watch?v=HU5IMqCkSAo by @marioaquino
Thanks @juliobarros and @mobileink those look pretty neat - but look like they are for Clojure on the JVM. I was hoping to use NodeJS due to the quicker startup and lower memory usage.
But both those libs look so useful, I might switch to JVM for now - I feel more comfortable with JVM anyway 🙂