aws-lambda

mj_langford 2017-11-02T05:12:20.000133Z

We had some issuses with the update calls in faraday, but otherwise it worked. I think we'd have done a SQL db in the end after we abandoned event sourcing.

2017-11-02T18:18:25.000414Z

we use lambda cljs. and were able to get proxy working

2017-11-02T18:18:29.000341Z

but it was a long battle

gonewest818 2017-11-02T19:05:21.000315Z

All this seems to cry out for a wiki or github repo with common use cases for lambda documented (ie. in cljs and in clj, using ring-aws-lambda-middleware versus lambada versus portkey, with or without api gateway integration, REST apis versus AWS events sourcing. etc). Or does something like that exist?

gonewest818 2017-11-02T19:05:36.000629Z

… which is not to say “let’s make an opinionated framework” and also not necessarily “let’s capture all this in a leiningen or boot template that people can just use…”

2017-11-02T21:46:38.000304Z

Yeah the guys at nervous-systems did an excellent job, basically everything i have used that actually worked for cljs was their stuff.

2017-11-02T21:46:59.000421Z

That being said the use case the lein template imagines was a bit more all emcompassing thing i actually use

2017-11-02T21:47:47.000222Z

It wants to take care of deployment for me which adds some duplicated information in the project.clj and core.cjls and terraform for deployment and swagger to describe the api gateway

2017-11-02T21:48:03.000146Z

also awslogs is amazing!