AWS Appsync HTTP resolvers alternative
未关闭
- 主要语言
- Go
- 星标
- 10.8k
- 派生
- 1.3k
- 平均合并
- 2 天 36 分钟
- 30 天内合并 PR
- 26
描述
Thank you for the great project!
I currently have an AWS AppSync GraphQL API on top of REST API (golang) using HTTP resolvers: https://docs.aws.amazon.com/appsync/latest/devguide/tutorial-http-resolvers.html and local resolvers for subscriptions:
https://docs.aws.amazon.com/appsync/latest/devguide/tutorial-local-resolvers.html
Could you please advise on the feasibility of replacing AWS AppSync with gqlgen?
The idea is to skip the model generation and proxy the calls to API (either via real HTTP or directly in golang), getting GraphQL API from REST API with subscriptions support.
Thank you!
贡献指南
评估
这个 Issue 还没有评估数据。