aws-lambda

pesterhazy 2023-04-27T13:36:09.866289Z

What's the easiest way to run a lambda in clj/cljs/bb in 2023? Any go-to templates?

dabrazhe 2023-05-26T22:35:29.690179Z

This one looks promising https://github.com/igrishaev/lambda

grav 2023-05-02T07:43:13.279779Z

Four minutes, no local dev needed? πŸ˜‰ https://www.youtube.com/watch?v=fVtawjGbvOQ&t=27s&ab_channel=%3AclojureD

πŸ™‚ 1
grav 2023-05-02T07:44:06.190449Z

Full disclosure - I made it, it runs with Lumo and an outdated cljs-self hosted version, and it's pretty darn slow

grav 2023-05-02T07:46:38.322359Z

Wrt the other runtimes - are there any pre-deployed runtimes layers available? Couldn't find anything in the docs.

willier 2023-04-28T07:57:01.085919Z

i like blambda https://github.com/jmglov/blambda

πŸ‘ 1
jmglov 2023-05-22T04:56:59.050329Z

The problem with a pre-deployed runtime is that you have to open up your runtime to the world, which sounds scary to at least me (and perhaps others).

jmglov 2023-05-22T04:57:48.122479Z

Big +1 for holy-lambda if you need CLJ. I'm of course partial to Blambda for bb. πŸ˜‰

pesterhazy 2023-04-27T16:15:04.876709Z

On docker I think

valtteri 2023-04-28T05:18:36.569189Z

Nbb on node runtime is the easiest imo

πŸ‘ 1
valtteri 2023-04-28T05:21:08.778779Z

Here’s a minimal template using serverless framework https://github.com/vharmain/nbb-serverless-example

valtteri 2023-04-28T05:21:45.346469Z

Check out holy-lambda for bb/clj

πŸ‘ 1