aws-lambda

2017-02-20T17:40:18.000066Z

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

2017-02-20T17:42:36.000067Z

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

2017-02-20T17:44:27.000068Z

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

2017-02-20T19:53:01.000069Z

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

2017-02-20T20:13:14.000071Z

see also https://github.com/migae/boot-ask

2017-02-20T22:13:57.000074Z

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.

2017-02-20T22:15:07.000075Z

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

2017-02-20T22:19:12.000076Z

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

👍 1