I set up the Amazon SES template and added my cred...
# prisma-whats-new
m
I set up the Amazon SES template and added my credentials. I run the provided mutation (with valid email addresses) and I get an unhandled error with this text:
"error": "Function returned invalid status code: 0. Raw body: empty.last"
sounds pretty ominous. Any ideas on how to resolve?
i
What does your mutation look like?
m
I was just using the one copied from the template page.
It turned out it was this line:
console.log(process.env)
once I commented that out, everything ran fine. Thanks!