FileMood

Download [Yan Cui] AppSync Masterclass (Premium) (2023)

Yan Cui AppSync Masterclass Premium 2023

Name

[Yan Cui] AppSync Masterclass (Premium) (2023)

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

7.4 GB

Total Files

202

Last Seen

2025-08-08 23:46

Hash

FE322C8065D24696055EB3F6379B96C83E47059A

/13. Chapter 12 - Bonus content/

13.2. Live Q-A -2 -12th Mar 2021.mp4

344.0 MB

13.1. Live Q-A -1 -27th Nov 2020.mp4

217.4 MB

13.3. Live Q-A -3 -30th July 2021.mp4

215.0 MB

/2. Chapter 1 - AppSync 101/

2.1. What is GraphQL-.mp4

14.0 MB

2.2. What is AWS AppSync-.mp4

11.5 MB

2.3. AppSync now supports EventBridge as data source.html

1.1 KB

2.4. AppSync vs API Gateway.mp4

15.6 MB

2.5. AppSync vs running GraphQL in Lambda.mp4

9.7 MB

2.6. AppSync now supports Merged APIs.html

0.5 KB

2.7. What is AWS Amplify-.mp4

10.5 MB

2.8. Quiz Answers.html

1.6 KB

/3. Chapter 2 - AWS 101/

3.1. Introduction.html

0.6 KB

3.2. DynamoDB 101.mp4

10.5 MB

3.3. CloudFormation 101.mp4

10.3 MB

3.4. Cognito 101.mp4

4.9 MB

3.5. IAM 101.mp4

11.5 MB

3.6. Additional learning resources.html

1.6 KB

/4. Chapter 3 - Preparing your dev environment/

4.1. Pre-requisites.html

0.7 KB

4.2. Recommended VS Code plugins.html

1.5 KB

4.3. Check out the AppSync Masterclass forum.html

0.4 KB

/5. Chapter 4 - Building an AppSync backend -part 1-/

5.1. Set up the backend project.mp4

28.4 MB

5.2. Designing the GraphQL schema.mp4

62.5 MB

5.3. Configure Cognito User Pool.mp4

23.3 MB

5.4. Save user profile on PostConfirmation Vide.mp4

58.1 MB

5.5. What should we test-.mp4

15.6 MB

5.6. Add integration test for confirmUserSignup.mp4

50.9 MB

5.7. Add acceptance test for confirmUserSignup.mp4

25.3 MB

5.8. Implement getMyProfile query.mp4

34.5 MB

5.9. Add unit test for getMyProfile query.mp4

31.6 MB

5.10. Add acceptance test for getMyProfile query.mp4

60.3 MB

5.11. Capture AppSync-s GraphQLUrl in .env.mp4

19.2 MB

5.12. Implement editMyProfile mutation.mp4

22.4 MB

5.13. Add tests for editMyProfile mutation.mp4

25.0 MB

5.14. Implement getImageUploadUrl query.mp4

46.1 MB

5.15. Add unit test for getImageUploadUrl query.mp4

25.3 MB

5.16. Add acceptance test for getImageUploadUrl query.mp4

50.1 MB

5.17. Implement tweet mutation.mp4

63.7 MB

5.18. Add integration test for tweet mutation.mp4

23.1 MB

5.19. Add acceptance test for tweet mutation.mp4

19.5 MB

5.20. Implement getTweets query.mp4

43.4 MB

5.21. Add unit tests for getTweets query.mp4

22.6 MB

5.22. Add acceptance test for getTweets query.mp4

24.6 MB

5.23. Implement getMyTimeline query.mp4

37.3 MB

5.24. Add tests for getMyTimeline query.mp4

30.7 MB

5.25. Use context.info to remove unnecessary DynamoDB calls.mp4

29.7 MB

5.26. how-are-you-finding-the-appsync-masterclass-so-far.html

3.9 KB

5.27. Implement like mutation.mp4

66.6 MB

5.28. Implement Tweet.liked nested resolver.mp4

18.5 MB

5.29. Rewrite tests with GraphQL fragments.mp4

44.2 MB

5.30. Add tests for like mutation.mp4

18.0 MB

5.31. Implement unlike mutation.mp4

8.1 MB

5.32. Add tests for unlike mutation.mp4

8.5 MB

5.33. Implement getLikes query.mp4

14.0 MB

5.34. Add tests for getLikes query.mp4

22.5 MB

5.35. Implement Profile.tweets nested resolver.mp4

19.7 MB

5.36. Implement retweet mutation.mp4

62.6 MB

5.37. Implement Retweet nested resolvers.mp4

18.2 MB

5.38. Add integration tests for retweet mutation.mp4

76.5 MB

5.39. Add acceptance tests for retweet mutation.mp4

57.0 MB

5.40. Implement unretweet mutation.mp4

30.9 MB

5.41. Add integration tests for unretweet mutation.mp4

35.3 MB

5.42. Add acceptance tests for unretweet mutation.mp4

35.0 MB

5.43. Implement reply mutation.mp4

51.3 MB

5.44. Add integration tests for reply mutation.mp4

85.0 MB

5.45. Implement Reply nested resolvers.mp4

25.7 MB

5.46. Add unit tests for Reply.inReplyToUsers VTL.mp4

36.1 MB

5.47. Add acceptance tests for reply mutation.mp4

97.9 MB

5.48. Implement follow mutation.mp4

62.9 MB

5.49. Implement Profile.following and Profile.followedBy.mp4

13.7 MB

5.50. Implement getProfile query.mp4

21.7 MB

5.51. Add tests for follow mutation.mp4

32.1 MB

5.52. Distribute tweets to followers.mp4

73.2 MB

5.53. Add integration tests for the distribute-tweets function.mp4

46.5 MB

5.54. Add acceptance tests for the distribute-tweets function.mp4

28.2 MB

5.55. Add tweets to timeline when following someone.mp4

78.9 MB

5.56. Add integration tests for distribute-tweets-to-followe.mp4

27.6 MB

5.57. Add acceptance tests for distribute-tweets-to-follower.mp4

37.3 MB

5.58. Implement unfollow mutation.mp4

18.0 MB

5.59. Add acceptance tests for unfollow mutation.mp4

25.0 MB

5.60. Implement getFollowers query.mp4

59.8 MB

5.61. Compare the two ways of hydrating results.mp4

5.6 MB

5.62. Add unit tests for hydrateFollowers.request VTL template.mp4

21.0 MB

5.63. Add acceptance tests for getFollowers query.mp4

28.1 MB

5.64. Implement getFollowing query.mp4

32.3 MB

5.65. CI-CD pipeline intro.mp4

14.2 MB

5.66. Configure CI-CD pipeline with Github Actions.mp4

58.8 MB

5.67. How to promote change through different stages.mp4

27.1 MB

5.68. VTL now supports ULID.html

0.4 KB

5.69. Wrap up.mp4

33.3 MB

/6. Chapter 5 - Building a SPA with Vue.js and Tailwind CSS -part 1-/

6.1. Setup- create new Vue.js project.mp4

3.0 MB

6.2. Setup- configure TailwindCss.mp4

5.9 MB

6.3. Setup- configure font-awesome.mp4

10.4 MB

6.4. Setup- integrate backend.mp4

56.5 MB

6.5. Router- setup router.mp4

6.8 MB

6.6. Router- add public pages.mp4

10.2 MB

6.7. Router- setup router guard for authenticated pages.mp4

12.9 MB

6.8. Vuex- setup multi-module store.mp4

13.5 MB

6.9. Vuex- add authentication module.mp4

15.1 MB

6.10. Vuex- add store access to UI components.mp4

23.0 MB

6.11. Landing page- setup and styling with Tailwind.mp4

66.9 MB

6.12. Landing page- add signup modal and step logic.mp4

19.0 MB

6.13. Landing page- add signup Vu.mp4

19.4 MB

6.14. Landing page- add escape directive to c.mp4

19.6 MB

6.15. Landing page- add signup step 1- create account.mp4

37.2 MB

6.16. Landing page- add signup step 2- customise.mp4

35.3 MB

6.17. Landing page- add signup step 3- password.mp4

27.2 MB

6.18. Landing page- add signup step 4- review.mp4

41.2 MB

6.19. Landing page- add signup step 5- verification code.mp4

54.0 MB

6.20. Signup steps overview.mp4

20.3 MB

6.21. Login page- add user login with Amplify.mp4

52.0 MB

6.22. Configure CI-CD pipeline with Amplify.mp4

22.6 MB

6.23. Home page- setup and styling with Tailwind.mp4

69.8 MB

6.24. Home page- loading profile data.mp4

64.5 MB

6.25. Home page- posting a new tweet.mp4

37.9 MB

6.26. Home page- rendering the timelin.mp4

31.6 MB

6.27. Home page- adding Reply- Retweet- Like and Unlike.mp4

67.9 MB

6.28. Profile page- setup and styling with Tailwind.mp4

21.7 MB

6.29. Profile page- rendering profile details.mp4

47.7 MB

6.30. Profile page- rendering profile timeline.mp4

41.4 MB

6.31. Profile page- edit profile details.mp4

138.4 MB

6.32. Profile page- following-unfollowing a user.mp4

109.2 MB

6.33. UI- add infinite scrolling.mp4

63.7 MB

6.34. UI- add loading indicator.mp4

43.1 MB

6.35. Wrap up.mp4

32.9 MB

6.36. Minor fixes to the demo code.html

1.8 KB

/7. Chapter 6 - Building an AppSync backend -part 2-/

7.1. Welcome back-.mp4

16.3 MB

7.2. Why not Elasticsearch-.mp4

10.1 MB

7.3. Sign up to Algolia.mp4

4.6 MB

7.4. Sync users and tweets to Algolia.mp4

42.4 MB

7.5. Securely handle Algolia API key.mp4

74.3 MB

7.6. Add search to GraphQL schema.mp4

18.1 MB

7.7. Implement search query.mp4

81.0 MB

7.8. Add tests for search query.mp4

63.3 MB

7.9. Add getHashTag to GraphQL schema.mp4

15.1 MB

7.10. Implement getHashTag query.mp4

42.9 MB

7.11. Add tests for getHashTag query.mp4

43.9 MB

7.12. What are AppSync subscriptions-.mp4

9.6 MB

7.13. Add subscriptions to GraphQL schema.mp4

48.1 MB

7.14. Restricting access to onNotified subscription.mp4

12.5 MB

7.15. Add subscription for retweets.mp4

125.8 MB

7.16. Add subscription for likes.mp4

38.0 MB

7.17. Add subscription for mentions.mp4

50.4 MB

7.18. Add subscription for replies.mp4

25.4 MB

7.19. Add e2e tests for retweeted notifications.mp4

73.9 MB

7.20. Use serverless-layers to reduce package size.mp4

42.3 MB

7.21. Add e2e tests for liked- replied and mentioned notificatio.mp4

37.9 MB

7.22. Support Direct Messages in the GraphQL schema.mp4

19.7 MB

7.23. Implement sendDirectMessage mutation.mp4

84.7 MB

7.24. Implement listConversations query.mp4

22.6 MB

7.25. Implement getDirectMessages query.mp4

47.1 MB

7.26. Support notifyDMed in the GraphQL schema.mp4

8.1 MB

7.27. Implement the notifyDMed notification.mp4

33.9 MB

7.28. What about group messaging-.mp4

6.9 MB

7.29. Understanding AppSync caching.mp4

12.3 MB

7.30. AppSync caching update -Jan 2022.html

0.9 KB

7.31. Configure per-resolver caching.mp4

69.2 MB

7.32. Use BatchInvoke to reduce the number of Lambda invocations.mp4

99.3 MB

7.33. AppSync BatchInvoke update -Jan 2022.html

0.7 KB

7.34. Report individual errors in a BatchInvoke request.mp4

30.2 MB

7.35. How can we implement two-way pagination-.mp4

13.5 MB

7.36. Wrap up.mp4

30.7 MB

/8. Chapter 7 - Building a SPA with Vue.js and TailwindCSS -part 2-/

8.1. Add search page.mp4

73.4 MB

8.2. Add hashtag page.mp4

78.6 MB

8.3. Add notifications page.mp4

83.8 MB

8.4. Add messages page.mp4

72.6 MB

8.5. Send direct messages.mp4

39.0 MB

8.6. Layout and Profile page integration.mp4

37.3 MB

8.7. Wrap up.mp4

19.8 MB

/9. Chapter 8 - Building an AppSync backend -part 3-/

9.1. Welcome back-.mp4

4.4 MB

9.2. Kinesis Firehose 101.mp4

39.0 MB

9.3. Configure Kinesis Firehose.mp4

47.7 MB

9.4. Configure Cognito Identity Pool and IAM role.mp4

54.7 MB

9.5. Update schema to return Kinesis Firehose stream name.mp4

17.4 MB

9.6. How to create unauthenticated GraphQL operations in AppSync.mp4

21.1 MB

9.7. Catalog and query analytics events.mp4

19.9 MB

9.8. How to configure Glue with CloudFormation.html

2.4 KB

9.9. Wrap up.mp4

12.4 MB

/10. Chapter 9 - Building a SPA with Vue.js and TailwindCSS -part 3-/

10.1. Mobile styling.mp4

47.6 MB

10.2. How to make a Progressive Web Application.mp4

77.6 MB

10.3. Get IAM credentials from Cognito Identity Pool.mp4

10.5 MB

10.4. Track -sign up- button clicks.mp4

26.3 MB

/11. Chapter 10 - Observability/

11.1. Understanding the AppSync logging options.mp4

79.3 MB

11.2. Configure AppSync Logging.mp4

42.2 MB

11.3. Implement sampling for resolver logs.mp4

59.0 MB

11.4. Set log retention for all log groups.mp4

15.4 MB

11.5. Configure tracing with X-Ray.mp4

59.3 MB

11.6. X-Ray shortcomings.mp4

7.9 MB

11.7. My observability strategy.mp4

13.4 MB

11.8. Set up dashboards in CloudWatch.mp4

37.1 MB

11.9. Set up CloudWatch alerts.mp4

22.2 MB

11.10. Configuring Lumigo.mp4

46.3 MB

11.11. Wrap up.mp4

25.6 MB

/12. Chapter 11 - Misc/

12.1. How to configure custom domain names.mp4

13.7 MB

12.2. Considerations for scaling an AppSync API.mp4

10.4 MB

12.3. Load testing the AppSync API.mp4

76.1 MB

12.4. Versioning AppSync APIs.mp4

9.8 MB

12.5. How to model multi-tenant applications with Cognito.mp4

35.0 MB

12.6. How to model multi-tenant applications with Lambda authorizer.mp4

7.2 MB

12.7. How to handle advanced multi-tenant use cases.mp4

7.6 MB

12.8. GraphCDN.mp4

25.2 MB

/1. Welcome to the course-/

1.1. Welcome and introductions.mp4

31.3 MB

/14. Next steps/

14. Next steps. Congratulations on completing this course.html

0.8 KB

 

Total files 202


Copyright © 2025 FileMood.com