aws-lambda

borkdude 2020-03-24T11:37:38.023500Z

wow: https://twitter.com/dainius_jocas/status/1242409693823336453

2020-03-24T12:53:58.025300Z

Here is the Lambda Layer in the Serverless Application Repository https://serverlessrepo.aws.amazon.com/applications/arn:aws:serverlessrepo:us-east-1:209523798522:applications~babashka-runtime. Any feedback welcome. Later Today I'll prapare a detailed instructions on how to use it.

borkdude 2020-03-24T12:55:03.025600Z

:thumbsup:

2020-03-24T12:58:18.025800Z

And the source code https://github.com/dainiusjocas/babashka-lambda-layer

Mitch 2020-03-24T13:05:26.026900Z

are there any big advantages besides startup time? I guess you no longer need to deploy a jar file?

2020-03-24T13:54:11.027300Z

Cold startup time with 128MB is 400ms, Subsequent calls are from 4ms to 120ms, with majority being around 20ms. Yes, no jars are needed. Also, the deployment package is just a file or two with your script. And when deployment package is smaller than 3MB you can edit it directly in the console.

Mitch 2020-03-24T14:04:27.027700Z

wow, very cool! going to show this to my team. I am finding more use cases for babashka by the day

2020-03-24T14:08:20.027900Z

cheers 😉

2020-03-24T14:08:38.028100Z

I myself touched babashka only last Friday 😄