Hey, has anyone found a way to configure Prisma wi...
# orm-help
c
Hey, has anyone found a way to configure Prisma with Fargate directly - without using the cloudformation template? I don't want all of the extra stuff that comes with setting up the template and I'm trying to do it directly, but Prisma rejects PRISMA_CONFIG env var because it's yaml and the control panel in AWS only seems to support single line env vars
z
I don't have an answer for you, but I would strongly advise going with cloudformation or some other templating solution for this. It takes less time to use than manual configuration and is very easy to get a basic understanding of
n
@ckelley @zak.singh does this template help: https://github.com/prisma/prisma-templates/tree/master/aws?