aws-lambda 2020-03-25

@rberger has joined the channel

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

❤️ 4

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

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

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