Important Note: You will create AWS resources during the workshop which will incur cost in your AWS account. It is recommended to clean-up the resources as soon as you finish the workshop to minimize the cost.

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.

Start the workshop

AWS AppSync

The AWS Resource consumption for the workshop falls under AWS Free Tier.