aws-lambda

mj_langford 2017-04-29T18:33:54.295520Z

looveh, I have a client who's near release

mj_langford 2017-04-29T18:34:18.296804Z

@looveh The lambda part was fine, the api gateway was infuriating

mj_langford 2017-04-29T18:35:26.300457Z

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

mj_langford 2017-04-29T18:35:43.301383Z

If you're just writing something like Alexa backends, you'll be fine

mj_langford 2017-04-29T18:36:17.303168Z

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.

mj_langford 2017-04-29T18:36:37.304222Z

Get your local environment talking directly to DDB if you use that though. The local DDB server is useless

Niclas 2017-05-02T09:12:38.800674Z

Good to know!

2017-05-04T16:57:07.365018Z

There is an excellent js implemetation of ddb called dynalite

2017-05-04T16:57:19.369100Z

I have found it makes local dynamo palatable

rarous 2017-04-29T19:57:34.558525Z

mj_langford: it is good for testing šŸ™‚

rarous 2017-04-29T20:01:19.570642Z

@looveh we have few products in production since september on top of cljs-lambda. Iā€™m playing with lambada for internal data transformation tasks.

rarous 2017-04-29T20:03:21.577386Z

I had some issues to make it run in AWS, cljs-lambda deployment story is much smoother. Lambada is much simpler for development.