1. Урок 1. 00:03:43
    What You Need for this Course
  2. Урок 2. 00:02:05
    Installing Amplify CLI Globally
  3. Урок 3. 00:06:27
    Configuring Amplify CLI with AWS Account
  4. Урок 4. 00:04:17
    Setting up Notetaking App
  5. Урок 5. 00:02:12
    Initializing Amplify with Amplify Init
  6. Урок 6. 00:05:52
    Setting up our GraphQL API with Authentication
  7. Урок 7. 00:06:15
    Generating an Entire GraphQL API off of our Schema
  8. Урок 8. 00:03:09
    Configuring Amplify with React
  9. Урок 9. 00:03:02
    Git Tracking with Amplify Projects (Optional)
  10. Урок 10. 00:06:33
    Using withAuthenticator to Auth Users (in 2 Lines of Code)
  11. Урок 11. 00:09:40
    Exploring the Cognito Console / Enabling SMS Verification (Optional)
  12. Урок 12. 00:05:08
    Creating the App UI
  13. Урок 13. 00:07:25
    Running createNote Mutation from AppSync Console
  14. Урок 14. 00:05:45
    Executing GraphQL Mutations on the Client
  15. Урок 15. 00:03:22
    Async / Await with GraphQL Operations
  16. Урок 16. 00:04:39
    Running listNotes Query in AppSync and on Client
  17. Урок 17. 00:03:50
    Deleting Notes with deleteNote Mutation
  18. Урок 18. 00:09:37
    Updating Notes with updateNote Mutation
  19. Урок 19. 00:08:47
    Subscribing to New Notes with onCreateNote
  20. Урок 20. 00:05:57
    Listening for Deleted / Updated Notes
  21. Урок 21. 00:08:42
    @auth Directive for Ownership of Notes
  22. Урок 22. 00:17:48
    Converting our app to React Hooks (Optional)
  23. Урок 23. 00:04:38
    Deploying our App with S3 Hosting
  24. Урок 24. 00:03:14
    Initializing our MarketPlace App
  25. Урок 25. 00:17:10
    Advanced AppSync Schema Creation
  26. Урок 26. 00:09:30
    Customizing withAuthenticator Theme
  27. Урок 27. 00:09:24
    Authenticator Component / Listening for Auth Events with Hub
  28. Урок 28. 00:13:57
    Creating Navigation and Signout Functionality
  29. Урок 29. 00:12:44
    Adding New Markets
  30. Урок 30. 00:06:00
    Adding Context API to Provide User Data
  31. Урок 31. 00:08:31
    Adding Tags with our Markets
  32. Урок 32. 00:12:13
    Connect Component to Execute Queries
  33. Урок 33. 00:04:47
    Handling Subscriptions with Connect
  34. Урок 34. 00:07:50
    Creating our Search Input
  35. Урок 35. 00:10:19
    Exploring ElasticSearch Queries in GraphiQL
  36. Урок 36. 00:09:24
    Sort Parameter and Implementing Search Queries in the Client
  37. Урок 37. 00:12:27
    Getting Individual Market Data
  38. Урок 38. 00:06:20
    Build Form to Add New Products
  39. Урок 39. 00:10:10
    Using / Styling our PhotoPicker Component
  40. Урок 40. 00:15:41
    Adding New Products
  41. Урок 41. 00:05:52
    Displaying Storage Upload Progress with Progress Component
  42. Урок 42. 00:11:57
    Display Products / Adding Nested Fields to Auto-Generated Queries
  43. Урок 43. 00:12:59
    Updating Products
  44. Урок 44. 00:06:37
    Deleting Products
  45. Урок 45. 00:09:14
    Subscribing to Product Mutations
  46. Урок 46. 00:07:37
    Building out PayButton / Stripe Configuration
  47. Урок 47. 00:18:50
    Introduction to Lambda Functions
  48. Урок 48. 00:12:26
    Processing Orders with our Lambda Function
  49. Урок 49. 00:15:52
    Sending Emails with Amazon SES
  50. Урок 50. 00:07:59
    Registering New Users with AppSync
  51. Урок 51. 00:11:26
    Getting Owner's Current Email, Improving our Email Content
  52. Урок 52. 00:03:09
    Requesting Permission to Move out of SES Sandbox
  53. Урок 53. 00:10:47
    Creating New Orders
  54. Урок 54. 00:12:35
    Displaying Order History in ProfilePage
  55. Урок 55. 00:04:24
    Sorting GraphQL Fields with the sortField Argument
  56. Урок 56. 00:07:51
    Display Profile Data for Auth User
  57. Урок 57. 00:08:57
    Getting Auth User's Current Attributes
  58. Урок 58. 00:17:32
    Verifying Users' Updated Email Addresses
  59. Урок 59. 00:06:35
    Prevent Users with Unverified Emails to Purchase / Add Products
  60. Урок 60. 00:04:16
    Deleting Users' Profiles
  61. Урок 61. 00:05:34
    Formatting Dates with Date-Fns
  62. Урок 62. 00:05:02
    Next Steps