Concept Flow - AppSync with DynamoDB (GraphQL)
Client sends GraphQL request
AppSync receives request
AppSync parses GraphQL query/mutation
AppSync maps GraphQL to DynamoDB operation
DynamoDB executes operation
DynamoDB returns data
AppSync formats response
Client receives GraphQL response
The client sends a GraphQL request to AppSync, which translates it into DynamoDB operations, executes them, and returns the results back to the client.