Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай AppSync Masterclass (Premium), а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:04:03
    1.1. Welcome and introductions
  2. Урок 2. 00:10:12
    2.1. What is GraphQL-
  3. Урок 3. 00:07:53
    2.2. What is AWS AppSync-
  4. Урок 4. 00:11:15
    2.4. AppSync vs API Gateway
  5. Урок 5. 00:07:17
    2.5. AppSync vs running GraphQL in Lambda
  6. Урок 6. 00:07:18
    2.7. What is AWS Amplify-
  7. Урок 7. 00:06:46
    3.2. DynamoDB 101
  8. Урок 8. 00:06:46
    3.3. CloudFormation 101
  9. Урок 9. 00:03:25
    3.4. Cognito 101
  10. Урок 10. 00:08:30
    3.5. IAM 101
  11. Урок 11. 00:09:35
    5.1. Set up the backend project
  12. Урок 12. 00:18:45
    5.2. Designing the GraphQL schema
  13. Урок 13. 00:09:41
    5.3. Configure Cognito User Pool
  14. Урок 14. 00:17:52
    5.4. Save user profile on PostConfirmation Vide
  15. Урок 15. 00:11:43
    5.5. What should we test-
  16. Урок 16. 00:19:23
    5.6. Add integration test for confirmUserSignup
  17. Урок 17. 00:08:07
    5.7. Add acceptance test for confirmUserSignup
  18. Урок 18. 00:11:38
    5.8. Implement getMy Profile query
  19. Урок 19. 00:11:55
    5.9. Add unit test for getMyProfile query
  20. Урок 20. 00:17:37
    5.10. Add acceptance test for getMyProfile query
  21. Урок 21. 00:05:45
    5.11. Capture AppSync-s GraphQLUrl in .env
  22. Урок 22. 00:07:27
    5.12. Implement editMyProfile mutation
  23. Урок 23. 00:06:34
    5.13. Add tests for editMy Profile mutation
  24. Урок 24. 00:14:19
    5.14. Implement getlmageUploadUrl query
  25. Урок 25. 00:08:17
    5.15. Add unit test for getlmageUploadUrl query
  26. Урок 26. 00:12:44
    5.16. Add acceptance test for get|mageUploadUrl query
  27. Урок 27. 00:17:28
    5.17. Implement tweet mutation
  28. Урок 28. 00:06:39
    5.18. Add integration test for tweet mutation
  29. Урок 29. 00:06:23
    5.19. Add acceptance test for tweet mutation
  30. Урок 30. 00:13:05
    5.20. Implement get Tweets query
  31. Урок 31. 00:07:10
    5.21. Add unit tests for getTweets query
  32. Урок 32. 00:07:00
    5.22. Add acceptance test for get Tweets query
  33. Урок 33. 00:11:43
    5.23. Implement getMy Timeline query
  34. Урок 34. 00:09:01
    5.24. Add tests for getMyTimeline query
  35. Урок 35. 00:08:56
    5.25. Use context.info to remove unnecessary DynamoDB calls
  36. Урок 36. 00:15:27
    5.27. Implement like mutation
  37. Урок 37. 00:04:30
    5.28. Implement Tweet.liked nested resolver
  38. Урок 38. 00:10:04
    5.29. Rewrite tests with GraphQL fragments
  39. Урок 39. 00:05:01
    5.30. Add tests for like mutation
  40. Урок 40. 00:02:25
    5.31. Implement unlike mutation
  41. Урок 41. 00:02:01
    5.32. Add tests for unlike mutation
  42. Урок 42. 00:04:04
    5.33. Implement getLikes query
  43. Урок 43. 00:05:00
    5.34. Add tests for getLikes query
  44. Урок 44. 00:05:41
    5.35. Implement Profile.tweets nested resolver
  45. Урок 45. 00:13:21
    5.36. Implement retweet mutation
  46. Урок 46. 00:05:36
    5.37. Implement Retweet nested resolvers
  47. Урок 47. 00:17:51
    5.38. Add integration tests for retweet mutation
  48. Урок 48. 00:13:33
    5.39. Add acceptance tests for retweet mutation
  49. Урок 49. 00:07:05
    5.40. Implement unretweet mutation
  50. Урок 50. 00:07:44
    5.41. Add integration tests for unretweet mutation
  51. Урок 51. 00:08:22
    5.42. Add acceptance tests for unretweet mutation
  52. Урок 52. 00:11:37
    5.43. Implement reply mutation
  53. Урок 53. 00:18:12
    5.44. Add integration tests for reply mutation
  54. Урок 54. 00:08:25
    5.45. Implement Reply nested resolvers
  55. Урок 55. 00:08:52
    5.46. Add unit tests for Reply.inReply ToUsers VTL
  56. Урок 56. 00:21:41
    5.47. Add acceptance tests for reply mutation
  57. Урок 57. 00:14:41
    5.48. Implement follow mutation
  58. Урок 58. 00:03:50
    5.49. Implement Profile.following and Profile.followedBy
  59. Урок 59. 00:05:20
    5.50. Implement getProfile query
  60. Урок 60. 00:08:08
    5.51. Add tests for follow mutation
  61. Урок 61. 00:18:07
    5.52. Distribute tweets to followers
  62. Урок 62. 00:12:09
    5.53. Add integration tests for the distribute-tweets function
  63. Урок 63. 00:06:22
    5.54. Add acceptance tests for the distribute-tweets function
  64. Урок 64. 00:18:48
    5.55. Add tweets to timeline when following someone
  65. Урок 65. 00:06:45
    5.56. Add integration tests for distribute-tweets-to-followe
  66. Урок 66. 00:07:59
    5.57. Add acceptance tests for distribute-tweets-to-follower
  67. Урок 67. 00:04:23
    5.58. Implement unfollow mutation
  68. Урок 68. 00:04:29
    5.59. Add acceptance tests for unfollow mutation
  69. Урок 69. 00:14:39
    5.60. Implement getFollowers query
  70. Урок 70. 00:04:08
    5.61. Compare the two ways of hydrating results
  71. Урок 71. 00:05:09
    5.62. Add unit tests for hydrateFollowers.request VTL template
  72. Урок 72. 00:07:05
    5.63. Add acceptance tests for getFollowers query
  73. Урок 73. 00:08:56
    5.64. Implement getFollowing query
  74. Урок 74. 00:09:28
    5.65. CI-CD pipeline intro
  75. Урок 75. 00:15:01
    5.66. Configure CI-CD pipeline with Github Actions
  76. Урок 76. 00:07:00
    5.67. How to promote change through different stages
  77. Урок 77. 00:02:18
    5.69. Wrap up
  78. Урок 78. 00:01:45
    6.1. Setup- create new Vue.js project
  79. Урок 79. 00:02:33
    6.2. Setup - configure TailwindCss
  80. Урок 80. 00:03:37
    6.3. Setup- configure font-awesome
  81. Урок 81. 00:23:33
    6.4. Setup- integrate backend
  82. Урок 82. 00:02:43
    6.5. Router- setup router
  83. Урок 83. 00:04:21
    6.6. Router- add public pages
  84. Урок 84. 00:05:07
    6.7. Router- setup router guard for authenticated pages
  85. Урок 85. 00:05:28
    6.8. Vuex- setup multi-module store
  86. Урок 86. 00:06:56
    6.9. Vuex- add authentication module
  87. Урок 87. 00:10:46
    6.10. Vuex- add store access to UI components
  88. Урок 88. 00:24:55
    6.11. Landing page- setup and styling with Tailwind
  89. Урок 89. 00:06:52
    6.12. Landing page- add signup modal and step logic
  90. Урок 90. 00:08:28
    6.13. Landing page- add signup Vu
  91. Урок 91. 00:07:38
    6.14. Landing page- add escape directive to c
  92. Урок 92. 00:12:03
    6.15. Landing page- add signup step 1- create account
  93. Урок 93. 00:10:44
    6.16. Landing page- add signup step 2- customise
  94. Урок 94. 00:09:11
    6.17. Landing page- add signup step 3- password
  95. Урок 95. 00:14:14
    6.18. Landing page- add signup step 4- review
  96. Урок 96. 00:18:34
    6.19. Landing page- add signup step 5- verification code
  97. Урок 97. 00:05:37
    6.20. Signup steps overview
  98. Урок 98. 00:18:54
    6.21. Login page- add user login with Amplify
  99. Урок 99. 00:08:40
    6.22. Configure CI-CD pipeline with Amplify
  100. Урок 100. 00:18:54
    6.23. Home page- setup and styling with Tailwind
  101. Урок 101. 00:21:29
    6.24. Home page- loading profile data
  102. Урок 102. 00:12:44
    6.25. Home page- posting a new tweet
  103. Урок 103. 00:10:18
    6.26. Home page- rendering the timelin
  104. Урок 104. 00:19:21
    6.27. Home page- adding Reply- Retweet- Like and Unlike
  105. Урок 105. 00:06:43
    6.28. Profile page- setup and styling with Tailwind
  106. Урок 106. 00:13:24
    6.29. Profile page- rendering profile details
  107. Урок 107. 00:11:52
    6.30. Profile page- rendering profile timeline
  108. Урок 108. 00:31:49
    6.31. Profile page- edit profile details
  109. Урок 109. 00:27:08
    6.32. Profile page- following-unfollowing a user
  110. Урок 110. 00:18:49
    6.33. UI- add infinite scrolling
  111. Урок 111. 00:09:59
    6.34. UI- add loading indicator
  112. Урок 112. 00:02:58
    6.35. Wrap up
  113. Урок 113. 00:05:28
    7.1. Welcome back-
  114. Урок 114. 00:07:02
    7.2. Why not Elasticsearch-
  115. Урок 115. 00:01:54
    7.3. Sign up to Algolia
  116. Урок 116. 00:12:52
    7.4. Sync users and tweets to Algolia
  117. Урок 117. 00:16:34
    7.5. Securely handle Algolia API key
  118. Урок 118. 00:04:12
    7.6. Add search to GraphQL schema
  119. Урок 119. 00:21:18
    7.7. Implement search query
  120. Урок 120. 00:18:54
    7.8. Add tests for search query
  121. Урок 121. 00:03:20
    7.9. Add getHash Tag to GraphOL schema
  122. Урок 122. 00:10:30
    7.10. Implement getHash Tag query
  123. Урок 123. 00:10:34
    7.11. Add tests for getHash Tag query
  124. Урок 124. 00:06:47
    7.12. What are AppSync subscriptions-
  125. Урок 125. 00:14:56
    7.13. Add subscriptions to GraphQL schema
  126. Урок 126. 00:03:31
    7.14. Restricting access to on Notified subscription
  127. Урок 127. 00:30:55
    7.15. Add subscription for retweets
  128. Урок 128. 00:08:47
    7.16. Add subscription for likes
  129. Урок 129. 00:12:35
    7.17. Add subscription for mentions
  130. Урок 130. 00:05:53
    7.18. Add subscription for replies
  131. Урок 131. 00:19:40
    7.19. Add e2e tests for retweeted notifications
  132. Урок 132. 00:08:56
    7.20. Use serverless-layers to reduce package size
  133. Урок 133. 00:09:09
    7.21. Add e2e tests for liked- replied and mentioned notificatio
  134. Урок 134. 00:05:26
    7.22. Support Direct Messages in the GraphQL schema
  135. Урок 135. 00:19:01
    7.23. Implement sendDirectMessage mutation
  136. Урок 136. 00:05:52
    7.24. Implement listConversations query
  137. Урок 137. 00:10:42
    7.25. Implement getDirectMessages query
  138. Урок 138. 00:02:32
    7.26. Support notifyDMed in the GraphQL schema
  139. Урок 139. 00:09:37
    7.27. Implement the notifyDMed notification
  140. Урок 140. 00:04:33
    7.28. What about group messaging*
  141. Урок 141. 00:08:57
    7.29. Understanding AppSync caching
  142. Урок 142. 00:20:07
    7.31. Configure per-resolver caching
  143. Урок 143. 00:25:30
    7.32. Use BatchInvoke to reduce the number of Lambda invocations
  144. Урок 144. 00:09:09
    7.34. Report individual errors in a BatchInvoke request
  145. Урок 145. 00:10:22
    7.35. How can we implement two-way pagination
  146. Урок 146. 00:03:17
    7.36. Wrap up
  147. Урок 147. 00:22:44
    8.1. Add search page
  148. Урок 148. 00:23:26
    8.2. Add hashtag page
  149. Урок 149. 00:22:13
    8.3. Add notifications page
  150. Урок 150. 00:17:36
    8.4. Add messages page
  151. Урок 151. 00:13:52
    8.5. Send direct messages
  152. Урок 152. 00:13:02
    8.6. Layout and Profile page integration
  153. Урок 153. 00:01:34
    8.7. Wrap up
  154. Урок 154. 00:03:14
    9.1. Welcome back-
  155. Урок 155. 00:12:28
    9.2. Kinesis Firehose 101
  156. Урок 156. 00:12:18
    9.3. Configure Kinesis Firehose
  157. Урок 157. 00:14:25
    9.4. Configure Cognito Identity Pool and IAM role
  158. Урок 158. 00:05:34
    9.5. Update schema to return Kinesis Firehose stream name
  159. Урок 159. 00:08:44
    9.6. How to create unauthenticated GraphOl operations in AppSync
  160. Урок 160. 00:08:20
    9.7. Catalog and query analytics events
  161. Урок 161. 00:01:21
    9.9. Wrap up
  162. Урок 162. 00:19:24
    10.1. Mobile styling
  163. Урок 163. 00:27:15
    10.2. How to make a Progressive Web Application
  164. Урок 164. 00:04:35
    10.3. Get IAM credentials from Cognito Identity Pool
  165. Урок 165. 00:07:26
    10.4. Track - sign up- button clicks
  166. Урок 166. 00:18:20
    11.1. Understanding the AppSync logging options
  167. Урок 167. 00:10:33
    11.2. Configure AppSync Logging
  168. Урок 168. 00:16:52
    11.3. Implement sampling for resolver logs
  169. Урок 169. 00:05:57
    11.4. Set log retention for all log groups
  170. Урок 170. 00:18:08
    11.5. Configure tracing with X-Ray
  171. Урок 171. 00:06:32
    11.6. X-Ray shortcomings
  172. Урок 172. 00:07:06
    11.7. My observability strategy
  173. Урок 173. 00:12:34
    11.8. Set up dashboards in CloudWatch
  174. Урок 174. 00:09:10
    11.9. Set up CloudWatch alerts
  175. Урок 175. 00:14:42
    11.10. Configuring Lumigo
  176. Урок 176. 00:02:25
    11.11. Wrap up
  177. Урок 177. 00:05:30
    12.1. How to configure custom domain names
  178. Урок 178. 00:07:12
    12.2. Considerations for scaling an AppSync API
  179. Урок 179. 00:25:47
    12.3. Load testing the AppSync API
  180. Урок 180. 00:07:15
    12.4. Versioning AppSync APIs
  181. Урок 181. 00:14:21
    12.5. How to model multi-tenant applications with Cognito
  182. Урок 182. 00:05:08
    12.6. How to model multi-tenant applications with Lambda authorizer
  183. Урок 183. 00:05:44
    12.7. How to handle advanced multi-tenant use cases
  184. Урок 184. 00:08:31
    12.8. GraphCDN
  185. Урок 185. 00:58:47
    13.1. Live Q-A -1 -27th Nov 2020
  186. Урок 186. 01:09:24
    13.2. Live Q-A -2 -12th Mar 2021
  187. Урок 187. 01:05:50
    13.3. Live Q-A -3 -30th July 2021