Fork me on GitHub
#aws
<
2016-04-14
>
alandipert15:04:49

has anyone experimented with the way to write the fastest-startup lambda function possible?

alandipert15:04:06

in particular is there a way to run a binary without exec-ing through node first?

lumengxi16:04:28

@alandipert: i have used python handler and it is pretty fast to start