localstack / serverless-localstack

⚡ Serverless plugin for running against LocalStack
511 stars 82 forks source link

Problem with AWS::AppSync::GraphQLSchema #228

Closed darbinyanbabken closed 3 months ago

darbinyanbabken commented 11 months ago

I have a Localstack + Serverless + AppSync setup. When updating my AppSync (adding new query/mutation for example) I am unable to redeploy to Localstack. Deploy fails with Unable to update resource type "AWS::AppSync::GraphQLSchema"

steffyP commented 8 months ago

Hi @darbinyanbabken,

sorry for the delayed response, and thanks for the issue report. It indicates some issues with LocalStack, rather than the serverless-plugin.

In the meantime we have improved several things in LocalStack, which might already solve your problem. Could you please pull the latest localstack version, e.g. docker pull localstack/localstack-pro:latest and give it another try? 🙏

If you still encounter issues, it would be great if you could add a code snippet so that we are able to reproduce your issue.

steffyP commented 5 months ago

Hi @darbinyanbabken,

could you please let us know if you still encounter issues with AWS::AppSync::GraphQLSchema using the latest localstack version?

If you do, please provide a reproducible sample, so we can further investigate.

There have been a lot of improvements for the AWS::AppSync::GraphQLSchema in the last months. If we don't hear back from you we will close this issue soon.