babashka

https://github.com/babashka/babashka. Also see #sci, #nbb and #babashka-circleci-builds .
viesti 2020-10-10T19:00:38.324700Z

Hi! I did a quick stab at trying out a Slack webhook with babashka-lambda-layer: https://github.com/viesti/ecs-status-reporter

2
borkdude 2020-10-10T19:07:26.325500Z

@viesti Nice! Note that you don't really need clj-http-lite anymore, since babashka has babashka.curl and org.httpkit.client both built-in

viesti 2020-10-10T19:43:12.326900Z

yup, should look into updating the version bundled in the Lambda layer

borkdude 2020-10-10T19:45:42.327400Z

fyi, I want to base the image for the next babashka on ubuntu instead of alpine, since it was nothing but trouble

2👍
borkdude 2020-10-10T19:46:07.327900Z

the borkdude/babashka image that is. the 0.2.3-SNAPSHOT image is already based on ubuntu