Amazon AppSync 的 JavaScript 解析器教程 - Amazon AppSync
Amazon Web Services 文档中描述的 Amazon Web Services 服务或功能可能因区域而异。要查看适用于中国区域的差异,请参阅 中国的 Amazon Web Services 服务入门 (PDF)

Amazon AppSync 的 JavaScript 解析器教程

Amazon AppSync 使用数据来源和解析器转换 GraphQL 请求,并从 Amazon 资源中获取信息。AmazonAppSync 支持自动预置和连接到某些数据来源类型。AmazonAppSync 还支持将 Amazon Lambda、Amazon DynamoDB、关系数据库(Amazon Aurora Serverless)、Amazon OpenSearch Service 和 HTTP 端点作为数据来源。您可以将 GraphQL API 与现有的 Amazon 资源一起使用,或者从头开始构建数据来源和解析器。以下各节旨在以教程的形式阐明一些比较常见的 GraphQL 使用案例。