wow: https://twitter.com/dainius_jocas/status/1242409693823336453
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.
:thumbsup:
And the source code https://github.com/dainiusjocas/babashka-lambda-layer
are there any big advantages besides startup time? I guess you no longer need to deploy a jar file?
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.
wow, very cool! going to show this to my team. I am finding more use cases for babashka
by the day
cheers 😉
I myself touched babashka only last Friday 😄