Tutorial: DynamoDB Resolvers

In this section we will create data sources and resolvers to connect the table in DynamoDB to the GrapQL schema. We can then read, write, or delete data in DynamoDB through GraphQL statements.

Nội dung

  1. Preparation
  2. Writing data
  3. Reading data
  4. Updating data
  5. Deleting data
  6. Scanning table
  7. Querying table