
Important: This is a very basic and outdated example project to use AWS AppSync with CloudFormation, AWS Serverless Application Model, and resolvers with AWS Lambda functions in Go.
Please check the appsync-resolvers-example project for a more simple and elegant example project using the appsync-resolvers package to manage your GraphQL API and resolvers using Go! You should read my Serverless GraphQL with AWS AppSync and Lambda post on sbstjn.com for a detailed guide how to use AWS AppSync and the appsync-resolvers package.
License
Feel free to use the code, it's released using the MIT license.
Contribution
You are welcome to contribute to this project! 😘
To make sure you have a pleasant experience, please read the code of conduct. It outlines core values and beliefs and will make working together a happier experience.
Deprecated Version: Back in the days without AppSync support in CloudFormation, a previous release of this exampled used the AWS CLI. You can still access the CLI variant in the use-cli
branch.