Fork me on GitHub
#aws-lambda
<
2016-06-30
>
mj_langford20:06:52

I am using that!

mj_langford20:06:15

and lein-aws-api-gateway

mj_langford20:06:10

for awhile I was attempting to use uswitch/lambada directly

mj_langford20:06:29

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_langford20:06:22

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

mj_langford20:06:36

as you run everything out of the same aws-function

mj_langford20:06:26

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

mj_langford20:06:33

so I took the plunge

mj_langford20:06:52

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

juliobarros21:06:29

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?