Building a GraphQL API on AWS with Amazon Neptune Graph Database, AppSync, TypeScript, and CDK

Building a GraphQL API on AWS with Amazon Neptune Graph Database, AppSync, TypeScript, and CDK

5.515 Lượt nghe
Building a GraphQL API on AWS with Amazon Neptune Graph Database, AppSync, TypeScript, and CDK
In this video, I'll walk through how to build a Neptune-backed AppSync GraphQL API with TypeScript, AWS CDK, AWS AppSync, and AWS Lambda. We'll start from scratch, creating a new CDK project, installing the dependencies, and writing the stack step by step. We'll also create and walk through the GraphQL schema as well as the business logic that will run in Lambda. Code: https://github.com/dabit3/cdk-appsync-neptune Blog post: https://dev.to/dabit3/building-a-graphql-api-on-aws-with-amazon-neptune-graph-database-and-cdk-428a 0:00 - Introduction 1:28 - Creating the project 3:27 - Creating the GraphQL API 5:07 - Creating the Lambda function 7:25 - Create the Neptune cluster 10:18 - Writing the function code 18:31 - Deploying and testing the API 21:42 - Conclusion