How to deploy React App on AWS Amplify

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ธ.ค. 2024

ความคิดเห็น • 39

  • @burdisdawurd7472
    @burdisdawurd7472 10 หลายเดือนก่อน +1

    Great video! Straight to the point and clear

  • @2difficult2do
    @2difficult2do ปีที่แล้ว +3

    Exactly what I need and right in time! Thank you Vini 👍

  • @UsaSzerelem
    @UsaSzerelem ปีที่แล้ว +4

    Great video! Who's the man? Vini is the man! 👋

  • @muhammadshahmeer6818
    @muhammadshahmeer6818 ปีที่แล้ว +2

    Thank you very much for the video. I was running into the same issue of build error. But now it worked!

  • @harleenkaurmakhija9935
    @harleenkaurmakhija9935 2 หลายเดือนก่อน

    great video.. short, simple and to the point

  • @sathwiknayak6700
    @sathwiknayak6700 2 หลายเดือนก่อน

    00:04 Deploy React App on AWS Amplify
    00:56 Setting up GitHub repository for React App
    02:02 Deploy React App on AWS Amplify from GitHub
    03:03 Deploying React App on AWS Amplify is a straightforward process
    03:58 Debugging failed build during deployment
    04:49 Switched from npmci to npm install for successful updates
    05:48 AWS Amplify provides built-in continuous delivery for React applications
    06:55 Automatic redeployment on code push

  • @jw7665
    @jw7665 7 หลายเดือนก่อน

    Only tut that worked. Lifesaver

  • @locotx215
    @locotx215 ปีที่แล้ว +2

    This is a great tutorial!!!

  • @doharajallah66
    @doharajallah66 ปีที่แล้ว +2

    Thanks for the video! very to the point!!

  • @kimbapslayer1995
    @kimbapslayer1995 4 หลายเดือนก่อน

    You should cover webhook rebuild if that exists on amplify. So when “content” changes via a cloud CMS or a production purchase etc, a build hook is sent to aws to rebuild the app

  • @yafetbefkadu3194
    @yafetbefkadu3194 11 หลายเดือนก่อน

    Thank you so much everything i needed explained perfectly

  • @TingXu-ji8gm
    @TingXu-ji8gm ปีที่แล้ว +1

    Thank you!! I thought it must be so difficult🤣

  • @kwadwoDanso-l7c
    @kwadwoDanso-l7c ปีที่แล้ว +2

    nicework man

  • @dmabsanchez
    @dmabsanchez ปีที่แล้ว +1

    Thanks! that worked great

  • @lifegivesuslemons421
    @lifegivesuslemons421 3 หลายเดือนก่อน

    what IAM policies were you using to get amplify to work? I'm getting an error . Unable to assume specified IAM Role. Please ensure the selected IAM Role has sufficient permissions and the Trust Relationship is configured correctly.

  • @UECSoumyaRay
    @UECSoumyaRay 3 หลายเดือนก่อน

    The main problem is if you have a frontend and a backend folder. How do you deploy then? In Vercel you have the option mentioning the folder to be deployed. Here in AWS, I do not see any such option

  • @anhnguyenhoai9003
    @anhnguyenhoai9003 8 หลายเดือนก่อน

    been watching several tutorials from this channel, why you have only 300 subs

  • @IronhideX5
    @IronhideX5 11 หลายเดือนก่อน

    im trying to deploy but im getting a bad engine saying my node version is v16.19.0 but when i node -v in my terminal it says v20.9.0. and it fails to build. i used vite to create a react + Ts app

  • @bharathgadi7756
    @bharathgadi7756 ปีที่แล้ว

    Could you help me out with this error have been trying from 2 days to resolve , My app got deployed but Getting this error in console when i trying to open that click
    Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/jsx". Strict MIME type checking is enforced for module scripts per HTML spec.

  • @MexicanJoker42000
    @MexicanJoker42000 ปีที่แล้ว +1

    Awesome video

  • @santiagorivera1562
    @santiagorivera1562 7 หลายเดือนก่อน +1

    will this still work when your app is dynamic with users adding, deleting and updating items in an AWS database?

    • @jordanscott5525
      @jordanscott5525 4 หลายเดือนก่อน

      I’m sure you got your answer by now, but for those wondering. If your app is truly dynamic i.e uses things like fetch to get recent data or websockets to stream data to clients listening in your app then it will auto update. React if just used for front end visuals and those visuals can be updated so long as you are in communication with something like a db

    • @kimbapslayer1995
      @kimbapslayer1995 4 หลายเดือนก่อน

      Idk think so bud. If your app is statistically generated for example the build time is producing html files, you’ll need to add webhooks. I actually just asked OP to cover it. Whenever content changes, the app is static and won’t know it. A webhook sends a cloud function to rebuild the application

  • @kasun7367
    @kasun7367 ปีที่แล้ว +2

    Hii Thanks for this and I'd like to see a backend connecting part with existing API.Thanks

    • @codewithvini1644
      @codewithvini1644  ปีที่แล้ว +3

      Hey if you are still interested I just released a video explaining how to build and deploy a full stack react application on AWS. It should clear up an uncertainty when connecting/deploying the backend. Thanks for the support!

  • @Photo-Ninja
    @Photo-Ninja ปีที่แล้ว +1

    Is Amplify the best choice for React app? I have frontend static app with separate backend server will I be able to host this here? Or should I seek a different AWS solution? Thanks

    • @codewithvini1644
      @codewithvini1644  ปีที่แล้ว

      I think amplify is the best/easiest choice to deploy a react front end. When it comes to the API I typically like to use a AWS Lambda function. Its very cost effective and performant.

  • @gautampatel7057
    @gautampatel7057 8 หลายเดือนก่อน +1

    I have a mobile application and I want to host on AWS and need full scalable with a low cost. It is permanent.
    Tech stack React Native, NodeJs, and Mongo DB Compass.
    Can you please tell us which AWS services we can use?

    • @sravyagurram5885
      @sravyagurram5885 6 หลายเดือนก่อน

      Did you figure this out?! Would be great if you can point me to any resources. I used to same tech stack and looking to deploy on AWS.

  • @kirksurber7262
    @kirksurber7262 6 หลายเดือนก่อน

    Why are you using CRA? Even the docs have Remix, Next JS, or others.

  • @thelatelateshowwithmaaz6260
    @thelatelateshowwithmaaz6260 ปีที่แล้ว

    Hello Sir i have deployed my next a web app on aws amplify after successfull build when i click on generated link i got "i ternal server error"
    WHAT TO DO SIR YOUR LITTLE HELP will be much more helpful and appreciated sir

  • @RobertvMill
    @RobertvMill 9 หลายเดือนก่อน

    great video!!

  • @NotADevOps
    @NotADevOps ปีที่แล้ว

    is it cost efficient compared to t2.Medium EC2 ??

    • @codewithvini1644
      @codewithvini1644  ปีที่แล้ว +1

      Yeah EC2’s can be fairly pricey. I have two applications hosted on Amplify and I basically don't pay anything for them. I get charged $0.50 a month for the domain name and that's it.

  • @navjotsingh2457
    @navjotsingh2457 ปีที่แล้ว +1

    ty

  • @JBEedits
    @JBEedits 2 หลายเดือนก่อน

    Is free or cost

  • @jasim17
    @jasim17 8 หลายเดือนก่อน +1

    is this free or paid? pls tell me

    • @wesley5171
      @wesley5171 8 หลายเดือนก่อน

      Up

  • @vctrspike
    @vctrspike 4 หลายเดือนก่อน

    Very useful thanks! But please don't speak like a snail 🙏