Hi everyone, I'm new to holy-lambda. I was wondering if anyone has some example of using it with Pedestal. Is there an adapter or an example somewhere?
There is adapter for ring. As far as I remember pedestal has a function that adapts ring middlewares to pedestal, so it might work, but havent tested it.
I do!
actually nevermind i don't have the code handy, but i do have a gif of it working
Huh. Is this lacina in NativeImage?
i think with just warm containers
Yeah. It can’t be native image. Init and duration is too high. Anyway cool you made it work!
oh wait nevermind this is lacinia
my brain confused the two because we use lacinia-pedestal
on the bright side i got somebody's hopes up today and got to let them down
Is there a difference? If pedestal-lacinia works pedestal should too.
pedestal is an entire web server
Yeah, but you can omit the server via the HL middleware i suppose?
The same I did with ring? At least I think so.
at which point you just use lacinia
there is no "lacinia-ring", but constructing it isn't that hard
Actually this is extremely cool. I remember that @chris.lowe.uk did something similiar but without Lacinia and pure AppSync.
Ah, I see... I'll look into these diff approaches. I'll start with Pedestal and ring middleware
I used pedestal logs in HL 🙂 But, also using AppSync + HL, SQS + HL, DynamoDB Streams + HL. All on ARM64 now, too. I’m very happy with HL. I use Pedestal from Fargate (using Copilot) rather than Lambda as I needed to support payload transfers > 10MiB. That was pretty straight forward, too - but that doesn’t use HL.