aws-lambda

2020-03-25T07:13:48.001Z

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

❤️ 4
2020-03-27T19:20:48.003400Z

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

2020-03-29T08:43:45.003700Z

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

borkdude 2020-03-25T08:50:18.002300Z

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

2020-03-25T08:52:43.002500Z

Good idea