aws-lambda

2016-06-30T20:12:20.000017Z

@mj_langford: what are you working on? what are you using? https://github.com/jpb/ring-aws-lambda-adapter

mj_langford 2016-06-30T20:31:52.000019Z

I am using that!

mj_langford 2016-06-30T20:32:02.000020Z

also faraday

mj_langford 2016-06-30T20:32:15.000021Z

and lein-aws-api-gateway

mj_langford 2016-06-30T20:33:10.000022Z

for awhile I was attempting to use uswitch/lambada directly

mj_langford 2016-06-30T20:33:29.000023Z

and before that gen class (but the lack of clairity in the aws docs about the arity of functions was driving me up the wall)

mj_langford 2016-06-30T20:34:22.000025Z

turns out the ring adapter helps with the keep alive problems anyhow

mj_langford 2016-06-30T20:34:36.000026Z

as you run everything out of the same aws-function

mj_langford 2016-06-30T20:35:26.000027Z

as to what this is: it’s a mobile backend. Lambda seemed like a less-monitoring required solution for that

mj_langford 2016-06-30T20:35:33.000028Z

so I took the plunge

mj_langford 2016-06-30T20:35:52.000029Z

man AWS is complex, but a doable form of complex if you build on the work of others

2016-06-30T21:54:29.000030Z

Cool. So I think I’m a step behind you in the process. I looked at cljs-lambda and got something up quickly but wanted to use cljs to use other libraries. Got the basic lambada system running but had challenges setting up the api gateway by hand, etc. am starting to look at lambda-adapter but don’t have it working yet. Is there an example, article or gist that helped setting it up?