Build a Chat App in 9 minutes with AWS Amplify and Next JS

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024

Комментарии • 38

  • @paulparker8348
    @paulparker8348 2 года назад +3

    I appreciate the amount of effort it takes to make a tutorial this concise. Well done.

  • @khandoor7228
    @khandoor7228 3 года назад +5

    Keep the Next / Amplify stuff coming brotha!

  • @mohammadalaaelghamry8010
    @mohammadalaaelghamry8010 2 года назад

    Thanks Jarrod, great video, very precise, straight to the point, it shows the big picture very clearly.

  • @deathdefier45
    @deathdefier45 2 года назад

    I'm so glad I found your channel man, you've helped me level up at work within a day!

  • @abhiramsatpute
    @abhiramsatpute 2 года назад

    Fireship of Full Stack ! Great work !!

  • @saurabrakshit405
    @saurabrakshit405 2 года назад

    Amazing Video !
    Please make a separate vdo on below topic coz there is no resource available in internet related to this topic.
    I want to know how to do the Sign Up, Login
    & other MFA in React-Native App, if I already have a existing
    backend in AWS Cognito .
    And have the below details of the existing backend :-
    aws_cognito_identity_pool_id:
    aws_cognito_region:
    aws_user_pools_id:
    aws_user_pools_web_client_id:

  • @shakthielango8236
    @shakthielango8236 3 года назад

    Short and clear! Thank you!

  • @yogpanjarale
    @yogpanjarale 3 года назад

    Awesome Fireship Quality Videos
    Really underrated channel

    • @JarrodWatts
      @JarrodWatts  3 года назад

      Wow thank you! I've taken a lot of inspiration from Fireship, so that is the best compliment I can get :-), really appreciate that!

  • @student3506
    @student3506 3 года назад +1

    In a short time, much knowledge was given. great job! thanks.
    But one issue, I am facing when amplify push
    × An error occurred when pushing the resources to the cloud
    Cannot read property 'length' of undefined
    An error occurred during the push operation: Cannot read property 'length' of undefined.
    has anybody faced this issue?

    • @JarrodWatts
      @JarrodWatts  3 года назад

      Thanks for the kind feedback!
      Did you end up resolving your issues?

  • @chenxing6172
    @chenxing6172 Год назад

    Is this IaaS or PaaS? Does the Amplify instantiate VM?

  • @Test27344
    @Test27344 Год назад

    Great video! How can this be run in the cloud instead of only on my localhost? I see the app in Amplify, but the production link doesn't work. Thank you.

  • @chenxing6172
    @chenxing6172 Год назад

    Hello, I have recreate this app but the problem is, I have to refresh the browser everytime to get the message.

    • @chenxing6172
      @chenxing6172 Год назад

      and also would you mind tell me where does the data stored in AWS? I can not find it in AWS appsync

  • @kristymclarnan1636
    @kristymclarnan1636 2 года назад

    please help....graphql is not being read in javascript, its being read like an environment variable

  • @satyak1337
    @satyak1337 2 года назад

    Amplify supports Next 11. How to install specific version ? I am automatically getting 12 version after using npx create-next-app

  • @M-ABDULLAH-AZIZ
    @M-ABDULLAH-AZIZ Год назад

    would this work for like a chat with 100 or more messages? I have heard that polling would be required?

  • @althafrifath7348
    @althafrifath7348 2 года назад

    Can i do all these for free on AWS or i have to pay this ?

  • @saurishs
    @saurishs 3 года назад

    never misses 😈😈

    • @JarrodWatts
      @JarrodWatts  3 года назад +1

      Thanks for the love always!

  • @anhadparashar710
    @anhadparashar710 2 года назад

    Hi I am not able to see styles in localhost:3000

  • @bhurvasharma8
    @bhurvasharma8 3 года назад

    i'm having a lot of trouble with using amplify cognito in a flutter app, please make a video on that

    • @JarrodWatts
      @JarrodWatts  3 года назад +1

      Hey - thanks for the suggestion, unfortunately I don't have much experience with Flutter - so I don't think I would be much help!

  • @buildappswithevan1015
    @buildappswithevan1015 2 года назад +2

    Too fast and I just did the tutorial and it doesn't work. I have several errors with user not defined. etc.

    • @NewAgeWallStreet
      @NewAgeWallStreet Год назад

      100 % doesnt matter how fast he does it if it doesnt work for us

  • @one4all538
    @one4all538 3 года назад

    Nice video bro

  • @subujekupadupa
    @subujekupadupa Год назад

    Programming videos without the project's example at the beggining are so bad

  • @smartengineer4484
    @smartengineer4484 3 года назад

    I have the UI and the source code for a react native application how do I built it in AWS Amplify? how do I upload the Icons, Ui and the code in my app? Please help!

    • @JarrodWatts
      @JarrodWatts  3 года назад

      Hey mate, I'm not sure I fully understand what you are asking.
      Are you using an existing AWS Amplify backend?

    • @smartengineer4484
      @smartengineer4484 3 года назад

      @@JarrodWatts I have the source code and the UI for a react native app and icons in a folder in my laptop do I have to use the AWS Amplify cli to create the app or can I deploy it directly using AWS Amplify console?

    • @smartengineer4484
      @smartengineer4484 3 года назад

      It does not contain config file. I guess I have to use expo cli that I saw in the video but how do I upload my UI(.XD) file in my app. I am new to react native please help.

    • @smartengineer4484
      @smartengineer4484 3 года назад

      @@JarrodWatts I have not created any do I have to create backend too?

    • @JarrodWatts
      @JarrodWatts  3 года назад

      Sure I can try my best to help out.
      Just wanted to let you know this video is using React, not React Native so the code in this video won't work for React Native.
      If you've already got the source code for a full project and it doesn't use AWS Amplify then there is no need to use AWS Amplify really. AWS Amplify offers a set of services for helping create backends for web apps & mobile apps.
      I'm a little bit confused about what exactly you're trying to achieve but hopefully this helps.