Fork me on GitHub
#aws-lambda
<
2020-03-25
>
Dainius Jocas07:03:48

A minimal example on how to use babashka runtime lambda layer https://github.com/dainiusjocas/babashka-lambda-layer/tree/master/examples

❤️ 16
Marcin19:03:48

cool stuff, I played with the layer and serverless framework to deploy both, layer and function using sls, here’s an example based on yours: https://github.com/piczmar/clojure-lambda-layer

Dainius Jocas08:03:45

Nice. I'd say that you don't really need to build the layer by yourself. You can go the the Serverless application repository and install it to your profile using the browser https://serverlessrepo.aws.amazon.com/applications/arn:aws:serverlessrepo:us-east-1:209523798522:applications~babashka-runtime

borkdude08:03:18

I bet making a REPL slack bot out of this is pretty easy