Skip to content
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

Explore AppSync opportunities for GraphQL use #31

Open
antoniolofiego opened this issue Jul 28, 2020 · 3 comments
Open

Explore AppSync opportunities for GraphQL use #31

antoniolofiego opened this issue Jul 28, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@antoniolofiego
Copy link
Collaborator

Instead of building a crazy amount of API endpoints we could leverage GraphQL and appropriate resolvers to handle all the data fetching and manipulation from/to the frontend.

@antoniolofiego antoniolofiego added the enhancement New feature or request label Jul 28, 2020
@antoniolofiego antoniolofiego added this to the GraphQL Integration milestone Jul 28, 2020
@antoniolofiego
Copy link
Collaborator Author

https://github.com/cdk-patterns/serverless/tree/master/the-simple-graphql-service
This is an idea of how this could be implemented.

@what-name
Copy link
Collaborator

Does this need to be focused on now? A REST API will do the job just as well and is much much simpler to develop for us now. This should be in "future plans". GraphQL is great, but it's overkill for this project, especially at this stage.
There's not really a clear upside of using GraphQL for our project, but multiple downsides - for example added complexity.

@antoniolofiego
Copy link
Collaborator Author

Does this need to be focused on now? A REST API will do the job just as well and is much much simpler to develop for us now. This should be in "future plans". GraphQL is great, but it's overkill for this project, especially at this stage.
There's not really a clear upside of using GraphQL for our project, but multiple downsides - for example added complexity.

I agree with this. As we mentioned before, this is an issue for future features and, while not currently being developed, is just here as a future flag.

@antoniolofiego antoniolofiego modified the milestones: GraphQL Integration, Future Milestones Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants