aws-lambda 2020-03-24

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.

@mitchell_clojure has joined the channel

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

I myself touched babashka only last Friday 😄

@james427 has joined the channel