navigation

Serverless - Introduction to AWS AppSync

Introduction

In the previous post we learned about CloudWatch and X-Ray, next we will build messaging for web application using AWS Appsync that interacts with GraphQL. To familiarize with AWS Appsync, in this article we will learn how AWS Appsync works by creating, updating, reading, and deleting data in DynamoDB tables.

Content

  1. Introduction
  2. Tutorial: DynamoDB Resolvers
  3. Create complex object
  4. Cleanup