Amplify是否支持此处概述的脱机功能:https://docs.aws.amazon.com/appsync/latest/devguide/building-a-client-app-react.html#offline-背景
我应该这样设置吗?https://aws.github.io/aws-amplify/media/api_guide#configuration-for-graphql-server
或者对于离线功能,我必须使用类似Apollo的东西吗?
AWS Amplify和AWS App Sync之间存在差异。
AWS Amplify是一个JavaScript web和移动开发库,提供对AWS服务的更好访问,如身份验证、分析、存储、API和缓存。
AWS AppSync是作为GraphQL服务器和SDK(用于web、iOS和Android)工作的服务组合。此SDK扩展了Apollo客户端以提供离线和即时同步等功能。
因此,为了回答您的问题:AWS AppSync确实通过其现成的SDK提供离线功能,您不需要专门做任何设置。
AWS AppSync AWS AppSync is a managed GraphQL service for application data and a back-end for mobile, web, and enterprise applications. Awesome AWS AppSync curates the best AWS AppSync, tools, tutorial
Deploy AppSync API's in minutes using this Serverless plugin. Getting Started Be sure to check out all that AWS AppSync has to offer. Here are a few resources to help you understand everything needed
我计划使用AWS Appsync迁移lambda函数中的graphQLendpoint,该函数由通过API网关的POST触发。我研究AppSync主要是因为订阅,我无法使用Lambda函数创建订阅。 我的身份验证机制基于Auth0,使用无密码,我的授权机制基于DynamoDB中几个表的数据,并嵌入到graphQL解析器中,这是Facebook和Apollo推荐的。 更重要的是,它基于请求的每一部分
AWS AppSync JavaScript SDK This SDK provides Apollo links that can be used with the Apollo JavaScript client version 3. Please log questions for this client SDK in this repo and questions for the AppS
我有JavaWebService代码在我的eclipse。我使用了@WebService@Webmethod,@XmlElements,@XmlType,@XmlAccessorType 现在我正在使用cxf框架中的java2ws命令生成wsdl。这是命令 我的wsdl文件包含agr0作为我不想要的名称,因为当我将其导入SoapUI时。它正在字段周围添加标记。 下面是带有arg0的wsdl部分 下
Introduction This is a Starter React application for using the Sample app in the AWS AppSync console when building your GraphQL API. The Sample app creates a GraphQL schema and provisions Amazon Dynam