DEV Community

Cover image for Deploy "The Simple GraphQL Service" Serverless Pattern Today (AWS Appsync, DynamoDB, Lambda, GraphQL)
Matt Coulter
Matt Coulter

Posted on

Deploy "The Simple GraphQL Service" Serverless Pattern Today (AWS Appsync, DynamoDB, Lambda, GraphQL)

Alt Text

This is an API Key secured AppSync GraphQL API that has 2 different data sources, one is a lambda and one is DynamoDB. You will learn how to query and how to insert data in GraphQL

This pattern is offered in Typescript/Python CDK versions and each has the vanilla CloudFormation (template.yml) included.

https://github.com/cdk-patterns/serverless/blob/master/the-simple-graphql-service/README.md

Top comments (0)