aws-lambda

jplaza 2018-04-20T08:03:46.000437Z

@jplaza has joined the channel

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?)

prnc 2018-04-20T08:44:08.000495Z

@prnc has left the channel

amarjeet 2018-04-20T11:18:24.000295Z

@amarjeet has joined the channel

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

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