aws-samples / aws-cdk-examples

Example projects using the AWS CDK
Apache License 2.0
4.95k stars 2.1k forks source link

Add AppSync GraphQL API Example with HTTP CRUD Resolvers #959

Closed nexckycort closed 6 months ago

nexckycort commented 8 months ago

I created a new example demonstrating an AppSync GraphQL API setup. This example showcases four resolvers (getOneResolver, getAllResolver, saveResolver, deleteResolver) performing CRUD operations with a single HTTP datasource. This addition enriches our repository with a comprehensive demonstration of AppSync CRUD operations using HTTP.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.