From cced6c452c07752a46c5abdd25526d93b0ddb8d6 Mon Sep 17 00:00:00 2001 From: rosius Date: Wed, 29 Dec 2021 14:25:10 +0100 Subject: [PATCH] docs: Added GraphQL Sample API to Examples section of README.md (#930) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d7796e27af5..46c5db5ad6c 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ With [pip](https://pip.pypa.io/en/latest/index.html) installed, run: ``pip insta * [Serverless Shopping cart](https://github.com/aws-samples/aws-serverless-shopping-cart) * [Serverless Airline](https://github.com/aws-samples/aws-serverless-airline-booking) * [Serverless E-commerce platform](https://github.com/aws-samples/aws-serverless-ecommerce-platform) +* [Serverless GraphQL Nanny Booking Api](https://github.com/trey-rosius/babysitter_api) ## Credits