Reputation: 9
I am getting this error and my 2-3 app is affected.Can Anyone help me to resolve it
I tried most of the way provided ,If I am creating new Api then its working but for older one its not working.If Anyone have got this error can Please help me
Upvotes: 1
Views: 160
Reputation: 1
you can try to remove the schema key from your C:\Workspace\Project-Github\project-name\amplify\backend\api\appname\stacks\appname_dev-rds.json file. like: "Schema": "mysql",
and if you are facing the same issue on the lambda function while hitting rds then remove the schema key from your db file as well. like: schema: 'PUBLIC',
Upvotes: 0