aws-lambda

Joe Lane 2018-04-20T00:56:57.000313Z

check out https://github.com/portkey-cloud/portkey

Joe Lane 2018-04-20T00:57:18.000091Z

its not cljs, for that I’d use cljs-lambda, but portkey is pretty sweet

Joe Lane 2018-04-20T00:57:53.000138Z

you need 1. java 8 2. an aws role named portkey with the policy described on the home page 3. Imagination.

Joe Lane 2018-04-20T00:58:54.000010Z

Elevator pitch, “Play at the repl, when the function does what you want, call portkey to serve that function from an endpoint in the cloud”

2018-04-20T05:33:58.000073Z

^ there's also a channel for that #portkey

valtteri 2018-04-20T05:45:54.000202Z

I’ve done this and enjoyed it a lot

valtteri 2018-04-20T05:47:56.000144Z

I’m not currently working with aws backed stuff but if I was, it would be my weapon of choice.

jplaza 2018-04-20T08:05:57.000443Z

Hi people! any one here trying to use sam local with lambada deflambdafn and facing: java.lang.UnsupportedOperationException: handleRequest (awslambda.test/G__11093handleRequest not defined?)

lvh 2018-04-20T21:47:31.000045Z

fwiw I just did this with terraform and it's ... OK

lvh 2018-04-20T21:47:44.000284Z

Terraform is probably a good idea if you also have a bunch of other infrastructure to manage