This project shows how to build a GraphQL application without the need for traditional Lambda functions.
More information can be found in my blog post about AppSync.
It uses AppSync, DynamoDB, and EventBridge.
- 🛠️ CDK templates
- ⚙️ AppSync JavaScript Resolvers
lib/appsync-demo-community-stack.ts
- 🏗️ CDK code for the applicationresolvers
- 📜 JS resolvers for the operationsschema/books.graphql
- 🗂️ GraphQL schema for the projectgraphql_queries.md
- 💡 Examples of queries
npx cdk bootstrap
- 🚀 Prepare your AWS account for CDK applications by regionnpm run build
- 🔨 Compile TypeScript to JSnpx cdk deploy
- 📦 Deploy the stack to your default AWS account/regionnpx cdk synth
- 📝 Emit the synthesized CloudFormation template