Regarding AppSync deployment issue in Localstack using Serverless-AppSync-Plugin

I’m facing an issue with deploying appsync in localstack using the serverless-appsync-plugin. When trying to deploy my app, I’m encountering an error message that reads “undefined schema TypeError: Cannot read properties of undefined (reading ‘schema’) at getAppSyncConfig”.

I’ve tried troubleshooting the issue, but so far have been unable to resolve it. I should note that this app is deploying without issue on AWS’s real environment, but I’m encountering problems when trying to deploy in localstack.

Could you please provide some guidance on how to resolve this error? I’m hoping to get this app running on localstack as soon as possible. Thank you for your help!