aws-lambda

mj_langford 2017-01-13T00:55:54.000029Z

I use that kind of approach as well, also do a invoke from CLI AWS to make the cache hot for the first run

olslash 2017-01-13T00:57:54.000030Z

do you write your handlers to handle a ping request?

olslash 2017-01-13T00:58:32.000031Z

i guess just to pong back?

mj_langford 2017-01-13T01:10:37.000032Z

it just calls a nonsense handler

mj_langford 2017-01-13T01:10:39.000033Z

404s

mj_langford 2017-01-13T01:10:48.000034Z

I have an example of my approach on youtube/github