Fork me on GitHub
#aws-lambda
<
2017-02-20
>
andre.richards17:02:18

Anyone know of an example app using #aws-lambda / nodejs / cljs to write Alexa skill?

andre.richards17:02:36

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

andre.richards17:02:27

I don't know nodejs / clojurescript at all, coming from Java/Clojure, so a pointer to get met started quickly would be greatly appreciated 🙂

andre.richards22:02:57

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.

andre.richards22:02:07

But both those libs look so useful, I might switch to JVM for now - I feel more comfortable with JVM anyway 🙂

mobileink22:02:12

it's not out of the question that boot-ask could be extended to support clojurescript, but not anytime soon.