Hi everyone, trying to wrap my head around this, I'm running an event driven lambda function, and would like to connect to the prisma database directly instead of going through the application schema. I can generate a token using
prisma token
but will this expire over time? What should I use to authenticate to the prisma graphql endpoint in my function