AWS for Developers: AWS AppSync with GraphQL

Go to class
Write Review

Free Online Course: AWS for Developers: AWS AppSync with GraphQL provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. AWS for Developers: AWS AppSync with GraphQL is taught by Bear Cahill.

Overview
  • Leverage AWS AppSync and GraphQL in your mobile app development workflow. Learn how to develop a mobile app with real-time updates and online data with offline availability.

Syllabus
  • Introduction

    • AppSync high availability and real-time updates
    • What you should know
    1. AWS User Authentication
    • AWS account and console
    • Amplify user authentication
    • App configuration
    • User authentication in app
    • Account management
    2. AppSync Setup
    • AppSync GraphQL API with Amplify
    • Amplify codegen
    3. App Code and Configuration
    • AWS AppSync CocoaPod
    • Preparing to use AppSync in code
    • Save settings online
    • Update settings
    • Update a schema
    • Fetch settings
    4. Adding a Second Datasource
    • Adding posts DB table
    • Codegen with changes
    • Storing posts online
    • Fetching online data
    • Deleting posts online
    5. Real-Time Updates
    • Update subscriptions in a schema
    • Handle new posts
    • Testing live updates
    • Handle updated posts
    • Link conditioner
    • Offline data
    • Clean up
    Conclusion
    • Next steps