So I tried switching up the API stack that the Fro...
# help
m
So I tried switching up the API stack that the Frontend and Auth Stack uses, and I am getting this error (picture below). To better explain the problem, we were using DynamoDB in the old storage stack, so following the tutorial here: https://serverless-stack.com/examples/how-to-use-postgresql-in-your-serverless-app.html, I made a new stack called MyStack and put all the API resources that I use inside it. Old API stack is not usable anymore so I made the changes inside stacks/index.js and passed in the new api from myStack into the authStack and FrontendStack. How do I fix this problem where it's asking me for the tableArn where I am not even using DynamoDB tables?
t
that's odd, can you share the contens of authstack
k
are you deploying the new stack with the same name as the old? (are there pre-deployed items causing issues)