-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
amplify mock not working #309
Comments
Interested in this. I started getting 404 on a previously running react page yesterday. |
@SwaySway any way to temporarily bypass this for now? |
The CLI does not support mocking of searchable. |
+1 Commenting out searchable is not a great answer. Update: Great news! We moved off Amplify and now no longer needs this. 😅 |
+1 |
|
It is totally not cool to break old functionality in your product when releasing new versions of it. This should really eliminate amplify cli from being considered for any applications uses. |
Mocking of APIs breaks out of the box for the Todo app. Mocking of Lambdas breaks out of the box on the Hello World function. Does anyone even build this? |
+1 |
+1 Any word on this? I'd really like to be able to launch graphiQL for the bulk of my local testing even if I have to stay away from search-related resolvers. Until then, I'm relegated to e2e testing direct with backend. |
My mock fails on @function annotation of mutation. any planned fixes for this? |
We're starting to feel the issue of not having local mocking that supports all the features we're using in amplify. When we onboard new developers they make frequent changes (especially to the schema) as they learn the project. Making frequent changes that require deployments slows them down quite a bit. I hope mock can catch up to more of the common features used in amplify projects. |
How about |
Another solution we're considering is removing |
Hi folks - we're planning on addressing this as part of our new GraphQL transformer. The approach is captured here in our RFC: aws-amplify/amplify-cli#7546 love to hear your feedback! |
any news? |
Or plans, estimates, when it could be released ? |
Which Category is your question related to?
Mocking and Testing
Amplify CLI Version
4.20.0
What AWS Services are you utilizing?
Graphql, Elasticsearch (via @searchable)
Provide additional details e.g. code snippets
amplify mock
amplify mock fails
Mock does not handle CloudFormation resource of type AWS::Elasticsearch::Domain. Skipping processing resource ElasticSearchDomain.
Data source of type AMAZON_ELASTICSEARCH is not supported by local mocking. A NONE data source will be used.
Failed to start API Mock endpoint Error: Could not get resource ElasticSearchDomain
How can I bypass this?
Thanks
The text was updated successfully, but these errors were encountered: