aws-lambda

miguelb 2016-09-13T15:32:18.000005Z

has anyone tried to use apex with lambda?

miguelb 2016-09-13T15:32:29.000006Z

https://github.com/apex/apex

mj_langford 2016-09-13T17:15:34.000008Z

I don’t see how that would help?

mj_langford 2016-09-13T17:15:56.000009Z

most of that functionality exists in the clojure tools

mj_langford 2016-09-13T17:20:26.000010Z

(and to answer the question, no I have not)

miguelb 2016-09-13T17:50:09.000011Z

sorry, mistyped. Apex with clojure. I find apex useful in dealing with multiple lambdas especially of different run times

miguelb 2016-09-13T17:51:07.000012Z

I've just started dabbling with lambda and serve less architecture.

mj_langford 2016-09-13T17:51:59.000013Z

I get what you’re saying, just saying there are clojure specific tools that do almost all of that

mj_langford 2016-09-13T17:52:06.000014Z

with lein plugins, etc

mj_langford 2016-09-13T17:52:39.000015Z

and are easily integrated into builds. I’m not trying to shut you down, just trying to understand what advantages it’s giving over the Clojure specific stuff

miguelb 2016-09-13T17:54:33.000016Z

appreciate the insight. I wasn't aware of specific clojure tools besides lambada

mj_langford 2016-09-13T17:54:44.000017Z

I have a screencast at https://youtu.be/HZbzddpltDc about AWS Lambda + Clojure, and an Sample App. https://github.com/langford/clj-aws-lambda-example https://github.com/langford/clj-aws-lambda-presentation

mj_langford 2016-09-13T17:54:59.000019Z

I’m just now publishing the screencast, so give it 5 minutes

miguelb 2016-09-13T17:55:10.000020Z

great! thanks for that

mj_langford 2016-09-13T17:55:10.000021Z

hopefully that’s helpful then

mj_langford 2016-09-13T17:55:21.000022Z

this stuff isn’t really well centralized at all

mj_langford 2016-09-13T18:06:31.000024Z

it’s live now @miguelb ;D

miguelb 2016-09-13T18:15:11.000025Z

Thanks for that. I’ve been doing more clojurescript lately. Coming from a javascript background and trying to use clojure with lambda has been surprising how little java I know.

miguelb 2016-09-13T18:15:39.000026Z

ahh, the youtube video is marked private

mj_langford 2016-09-13T18:21:48.000027Z

fixed now

👍 1
mj_langford 2016-09-13T18:21:55.000028Z

Sorry miguelb