Latest Courses
ISTQB Artificial Intelligence Tester Sample ExamsCheck course
JAVA Programming Online Practice ExamCheck course
Programming for Kids and Beginners: Learn to Code in PythonCheck course
Practice Exams | Codeigniter 4 developer certificationCheck course
WordPress Practice Tests & Interview Questions (Basic/Adv)Check course
Git &Github Practice Tests & Interview Questions (Basic/Adv)Check course
Machine Learning and Deep Learning for Interviews & ResearchCheck course
Laravel | Build Pizza E-commerce WebsiteCheck course
101 - F5 CERTIFICATION EXAMCheck course
Master Python by Practicing 100 QuestionCheck course
ISTQB Artificial Intelligence Tester Sample ExamsCheck course
JAVA Programming Online Practice ExamCheck course
Programming for Kids and Beginners: Learn to Code in PythonCheck course
Practice Exams | Codeigniter 4 developer certificationCheck course
WordPress Practice Tests & Interview Questions (Basic/Adv)Check course
- 82% AWS AppSync & Amplify with React & GraphQL - Complete Guide

AWS AppSync & Amplify with React & GraphQL – Complete Guide

$14.99Track price

Add your review
Add to wishlistAdded to wishlistRemoved from wishlist 0
Add to compare
8.4/10 (Our Score)
Product is rated as #50 in category React

*** Full Course Update – 2022 ***

Have you ever wondered how to create a production–ready backend API in AWS?

On top of it, what if it was all serverless and powered by GraphQL?

What if it could scale to millions of requests?

What if it was… easy!?

AWS AppSync & AWS Amplify is the BEST way to get started with deploying GraphQL based applications in the AWS Cloud, all without deploying any servers, that are infinitely scalable. Welcome to the great world of Serverless computing!

This course is fully hands–on, in which you’ll get the chance to practice and learn:

GraphQL crash–course

How to deploy GraphQL based backends in AWS

How to develop your next–gen web application using the AWS Amplify framework & AWS AppSync

You will see how you can quickly build a secure, scalable, functional, and real–time application in no time!

Instructor

Paulo Dichone is the instructor of this course. He is a Software Engineer, a teacher, and the author of highly rated Development courses on Udemy. He has already taught over 130,000 students online and received over 12,000 reviews. Students love his teaching methodology which is heavy on a hands–on, project–based approach.

Instructor Details

Specification: AWS AppSync & Amplify with React & GraphQL – Complete Guide

Duration

12 hours

Year

2022

Level

All

Certificate

Yes

Quizzes

No

26 reviews for AWS AppSync & Amplify with React & GraphQL – Complete Guide

3.9 out of 5
12
4
6
3
1
Write a review
Show all Most Helpful Highest Rating Lowest Rating
  1. Jan Alfred Richter

    The content was pretty good but I didn’t like the videos that much. There was a lot of basic code errors even syntax errors that could be prevented by using an IDE. While testing the user functionality, Paul was using a single browser and was logging in and out all the time, why didn’t he use incognito window or a different browser? Also, when starting a new course it would be good to clean your AWS environment to avoid your own confusion when going through the DynamoDB tables and such. The React app structure when it came to components it all seemed to be really rushed which I don’t think is a good example for students (Storing the Like logic in DisplayPosts component). Finally, just hiding the buttons to restrict the functionality for the user is actually not right there would have to be permissions on the mutations etc. I am not saying that it should be covered in the course, but at least mentioned that there needs to be an extra effort before launching anything like this app in production. To summarise I really enjoyed the content and I’m excited to build a new app using AppSync and Amplify. So thank you for that.

    Helpful(0) Unhelpful(0)You have already voted this
  2. Ei T.

    Should have concentrated on elaborating on using GraphQL in AWS instead of GraphQL itself. Soft spoken instructor, lulling me to sleep

    Helpful(0) Unhelpful(0)You have already voted this
  3. Sheen Brisals

    Nice course and very well done by Paulo. His clear and encouraging style keeps you focused. I see the passion in his teaching. I was here not for the hands on coding part but mainly to grasp GraphQL, AppSync and Amplify side of things along with a bit of React. Perhaps, the repeated code constructs could’ve been copy/pasted rather than typing online. The AppSync part could’ve been expanded more.

    Helpful(0) Unhelpful(0)You have already voted this
  4. Olav Lognvik

    Great overview of AppSync and GraphQL! Doesn’t go into too much depth on Amplify, but since you use it hands on all the time it’s not really necessary. Do note that this is not a Stephane course though. Paulo is good, so not really a problem, but I thought this course was a cooperation.

    Helpful(0) Unhelpful(0)You have already voted this
  5. Serhii

    I wanna thank you Paulo for the work he done for NodeJS and MongoDb section. Nevertheless it is strange that more the 50% course time I should watching in details nodeJs and mongoDB setup and work. I like Idea to have comprising common graphQL approach with AppSync. From my point of view NodeJS should be cut off significantly and MongoDB should not be part of that course at all as work with databases is different and rather comprehensive topic at all. I would recommend to keep about 10 15% of nodeJS Section and make standalone course something as Introduction in nodeJS and MongoDb. In general, as experienced nodeJS developer, I liked very much as Paulo explains step by step setup and developing server on NodeJS with MongoDb. Thank you.

    Helpful(0) Unhelpful(0)You have already voted this
  6. Geyman Eugene

    Awesome course, highly recommend to all

    Helpful(0) Unhelpful(0)You have already voted this
  7. Israel M

    This is a great course. It armed me with the tools that I need to work with GraphQL, Amplify, AppSync and DynamoDB. This course is a great choice for starters in these technologies.

    Helpful(0) Unhelpful(1)You have already voted this
  8. Dorian Machado

    Excellent course, all the explanation was so clear and the sample App project was wonderful. Thanks to the teachers.

    Helpful(0) Unhelpful(0)You have already voted this
  9. Carlos H Oliveira

    Good content and clear explanation. All credits for Paulo Dishone as he drove the entire training.

    Helpful(0) Unhelpful(0)You have already voted this
  10. Ben Pitt

    Content was delivered clearly and passionately by Paulo. A very solid introduction to GraphQL philosophy for newstarters helping them grasp how it all plugs together with AppSync in the 2nd half of the course. I would have liked to see Federated Identity looked at such as Facebook/Google social login. This is a very common integration that Cognito provides but can be a bit clunky to get around (Maybe this can be an Advanced successor course with further resolver programming/recipes). My main takeaway was the simplicity of AWS amplify and the AppSync subscription integrations.

    Helpful(0) Unhelpful(0)You have already voted this
  11. Philip Damra

    Some issues that I had with the course: At a running time of over 11 hours, I expected this course to be a fairly deep dive into AppSync and Amplify CLI. This course is NOT that. Nearly half of the course covers building a GraphQL based application using ExpressJS and other GraphQL libraries, NOT AppSync. To me, this is borderline false advertising. If I wanted to take a course on general GraphQL application development, there are several here on Udemy. This course is supposed to be focused on AppSync The example application is very basic to the point of being trivial. A simple blog application is basically the Hello World of development courses. Some things that could have been included, but weren’t: Authentication beyond just using the basic built in components, for example using Federation with Google or FaceBook Permissions/Authorization. Amplify contains a very sophisticated authorization system that grants access to users based on directives in the schema. We see none of that. Modifying the resolvers/working with the Velocity templates. It’s extremely likely that the default resolvers will not be sufficient for a real world application, and it would be nice to see how to work with the Velocity templates used by Amplify Local/Offline Storage Amplify Hub/Pub Sub And much more that is not covered. Amplify has a huge amount of functionality available, and this course barely scrapes the surface. Also, the code in this course is very basic. Any professional JS developer will recognize and recoil at the sloppy code, inconsistent CSS and general lack of quality of the code that we’re expected to follow along with. I was very disappointed in this course, because I’ve taken several of Stephane’s AWS courses and I’ve found them to be very high quality, helping me to attain multiple AWS certifications.

    Helpful(0) Unhelpful(0)You have already voted this
  12. Arron J Linton

    Excellent course. Great Instructor. Thorough and detailed explanations.

    Helpful(0) Unhelpful(0)You have already voted this
  13. Jorge Armando Martinez

    I’m really excited and grateful to you. Before starting my programming knowledge about was updated and I thought that I couldn’t accomplish it but I achieved it. Thank you so much… that was wonderful!

    Helpful(0) Unhelpful(0)You have already voted this
  14. Lu s Carlos Vanegas Bedoya

    i am really grateful for the learning and time in the course, for shared this teach that tech of future.

    Helpful(0) Unhelpful(0)You have already voted this
  15. Gurudutt Mallapur

    Course is good. However the video lacks subtitles/captions. Sometimes it’s difficult to follow the accent of the teacher. As a workaround, I enabled the auto generated captions but they show a lot of gibberish translation that would be incomprehensible for a novice programmer and an annoying thing for more experienced programmer.

    Helpful(0) Unhelpful(0)You have already voted this
  16. Sumit Ghosh

    It seems like this course wasn’t planned and thought out well. Could be a lot better.

    Helpful(0) Unhelpful(0)You have already voted this
  17. Shijo Thomas

    It is just an app development walkthrough. Not intended to teach anything.

    Helpful(0) Unhelpful(0)You have already voted this
  18. Peter J. Ford

    I am currently developing an application using appsync and amplify and wanted more than the AWS documentation to learn how to use it all together.

    Helpful(0) Unhelpful(0)You have already voted this
  19. Marcos

    Pretty disappointed with the course. I expected a deep review of aws appsync and amplify with recommendations or best practices. I would have no problem with the optional 5 hours section of graphql if the other sections were good enough… however they barely scratch the surface of what amplify might do. The course need to specify, clearly, that it is an introduction to these technologies is not a guide and even less a complete one. The course has multiple ways to improve, for instance, each section or video might have a link to the code updated to each part. That thing would greatly improve the slow pace of the videos allowing the student to focus in the parts that one might want.

    Helpful(0) Unhelpful(0)You have already voted this
  20. Balogun Lukman

    The introduction is clear and precise. Can’t wait to start coding along…

    Helpful(0) Unhelpful(0)You have already voted this
  21. Jason Greenan

    Very informative

    Helpful(0) Unhelpful(0)You have already voted this
  22. Seweryn Severinu

    I like the tutor Deshawn. Nice cool guy with relaxing voice.

    Helpful(0) Unhelpful(0)You have already voted this
  23. Lee Walters

    Fantastic course!

    Helpful(0) Unhelpful(0)You have already voted this
  24. Dawid Boiss

    The GraphQL and AppSync part are really good, but the part where Paul develops a React App is too complex and too fast and the material shouldn’t be part of the GraphQL/AppSync course.

    Helpful(0) Unhelpful(0)You have already voted this
  25. Zyan

    Outdated course, instructors doesn’t responds

    Helpful(0) Unhelpful(0)You have already voted this
  26. Eduardo Pieber

    Very good

    Helpful(0) Unhelpful(0)You have already voted this

    Add a review

    Your email address will not be published. Required fields are marked *

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    AWS AppSync & Amplify with React & GraphQL – Complete Guide
    AWS AppSync & Amplify with React & GraphQL – Complete Guide

    $14.99

    Price tracking

    Java Code Geeks
    Logo
    Register New Account
    Compare items
    • Total (0)
    Compare