Build AWS AppSync API and API Client using Python
AWS AppSync is used to create GraphQL APIs. The APIs can securely access, manipulate, and combine data from one or more data sources such as NoSQL data stores, relational databases, HTTP APIs, and any custom data sources with AWS Lambda. AppSync additionally provides local data access for mobile and web apps to enable device offline scenarios.
In this workshop, you create an API with DynamoDB as the data source while the business logic is provided by the Lambda function. The API is then called from the Python based client.
The AWS Resource consumption for the workshop falls under AWS Free Tier.