https://cerbos.dev logo
#help
Title
# help
c

Colton

04/08/2022, 7:36 PM
Hi 👋 - I love the work you guys have done creating Cerbos. Question I have though comes down to deployment - can it be deployed with a netlify app?
a

Alex Olivier (Cerbos)

04/08/2022, 9:10 PM
Hey thanks for looking into Cerbos. It can be deployed a number of ways - essentially anywhere that can run a container or a binary. This isn’t possible with Netlify which is more built for serving static assets (with some lightweight functions in JS). The lightest way to get started without running any infrastructure is to look at deploying a Lambda function and calling that from your Netlify functions - you can find details here. That said, we are looking at how Cerbos can be part of the ecosystem of Netlify and Vercel type services and will definitely let you know if support changes.
👍 1
c

Colton

04/08/2022, 9:48 PM
Thank you Alex! I know Cerbos is written in golang, it would be great if it could be pulled into Netlify as an individual function that serves the rest of the app as a function. Netlify supports go 1.16 on the newest image.
a

Alex Olivier (Cerbos)

04/08/2022, 9:55 PM
Hadn't spotted the support for Go! We will definitely take a look into it
c
8 Views