Serverless GraphQL on AWS - Mapping GraphQL Operations to a Lambda Function

Instructornader dabit

Share this video with your friends

Send Tweet

In this video you'll learn how to stand up a fully serverlesss GraphQL API on AWS from scratch using Lambda and AppSync. You'll start by creating a new Lambda function and then using the function in a GraphQL API as a data source. You'll create a schema and then map the GraphQL query in your schema to the Lambda function. You'll then learn how to view and log out the event object that includes metadata about the GraphQL operation.