Perform a GraphQL Mutation with an AWS Lambda Function

InstructorTomasz Łakomy

Share this video with your friends

Send Tweet

Right now our database is read-only. Let's fix that!

In GraphQL you make changes to your database using what are called mutations. We can define a mutation in our schema and then create a new lambda function that handles writing to our DynamoDB table.