aws-amplify / amplify-category-api

The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development. This plugin provides functionality for the API category, allowing for the creation and management of GraphQL and REST based backends for your amplify project.
https://docs.amplify.aws/
Apache License 2.0
88 stars 76 forks source link

amplify mock not working #309

Open vasujogani opened 4 years ago

vasujogani commented 4 years ago

Note: If your question is regarding the AWS Amplify Console service, please log it in the official AWS Amplify Console forum

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

weisisheng commented 4 years ago

Interested in this. I started getting 404 on a previously running react page yesterday.

vasujogani commented 4 years ago

@SwaySway any way to temporarily bypass this for now?

SwaySway commented 4 years ago

The CLI does not support mocking of searchable. A potential workaround for this would be to comment out searchable before running amplify mock. As a takeaway action we can look into how we can still provide mock functionality.

TheBox193 commented 4 years ago

+1 Commenting out searchable is not a great answer.

Update: Great news! We moved off Amplify and now no longer needs this. 😅

dtelaroli commented 4 years ago

+1

chrisw-asu commented 4 years ago

The CLI does not support mocking of searchable. A potential workaround for this would be to comment out searchable before running amplify mock. As a takeaway action we can look into how we can still provide mock functionality. @SwaySway Why did the amplify cli regress on this? version 4.12.0 of the amplify cli supports mocking ElasticSearchDomain.

chrisw-asu commented 4 years ago

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.

seanchatman commented 4 years ago

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?

mikerudge commented 4 years ago

+1

kevcam4891 commented 4 years ago

+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.

tomyitav commented 3 years ago

My mock fails on @function annotation of mutation. any planned fixes for this?

kldeb commented 3 years ago

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.

kldeb commented 3 years ago

How about amplify mockcreates a copy of the schema and comments out the @searchable directives for me? That way I don't accidentally drop it in production when i yolo push my app.

kldeb commented 3 years ago

Another solution we're considering is removing @searchable from our schema and getting by with @keys. We don't think our users will notice since search is limited to a few fields.

renebrandel commented 3 years ago

Hi folks - we're planning on addressing this as part of our new GraphQL transformer. The approach is captured here in our RFC: https://github.com/aws-amplify/amplify-cli/issues/7546 love to hear your feedback!

MontoyaAndres commented 3 years ago

any news?

majirosstefan commented 2 years ago

Or plans, estimates, when it could be released ?