looveh, I have a client who's near release
@looveh The lambda part was fine, the api gateway was infuriating
You do need keepalives if you use clj instead of cljs. I just logged on to learn more about using node libraries with cljs to see if I'd like that better now that AWS Api gateway and swagger and I are all friends
If you're just writing something like Alexa backends, you'll be fine
Use the tools available. Beware one of the examples in the api gateway lib is a little stale, and it sometimes overly wraps stuff a bit.
Get your local environment talking directly to DDB if you use that though. The local DDB server is useless
Good to know!
There is an excellent js implemetation of ddb called dynalite
I have found it makes local dynamo palatable
mj_langford: it is good for testing š
@looveh we have few products in production since september on top of cljs-lambda. Iām playing with lambada for internal data transformation tasks.
I had some issues to make it run in AWS, cljs-lambda deployment story is much smoother. Lambada is much simpler for development.