AWS AppSync to Amazon API Gateway to Amazon DynamoDB
AWS AppSync → Amazon API Gateway → Amazon DynamoDB
Integrating AppSync with API Gateway to read, update and delete from DynamoDB.
This pattern deploys an AWS AppSync GraphQL API which is integrated with an Amazon API Gateway REST API protected with AWS_IAM authentication. The REST API Gateway is directly integrated with Amazon DynamoDB table and has the capability to read/create/update/delete restaurant data.