@mj_langford: what are you working on? what are you using? https://github.com/jpb/ring-aws-lambda-adapter
I am using that!
also faraday
and lein-aws-api-gateway
for awhile I was attempting to use uswitch/lambada directly
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)
turns out the ring adapter helps with the keep alive problems anyhow
as you run everything out of the same aws-function
as to what this is: it’s a mobile backend. Lambda seemed like a less-monitoring required solution for that
so I took the plunge
man AWS is complex, but a doable form of complex if you build on the work of others
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?