Deploy React to AWS S3

Sdílet
Vložit
  • čas přidán 9. 07. 2024
  • Learn how to deploy static files to S3. Know when to choose between S3 and EFS for your storage needs. Connect your React application to your API and database for full-stack deployment.
    --------------------------------------------------
    Recommended Udemy courses
    --------------------------------------------------
    Ultimate AWS Certified Developer: tinyurl.com/3hapnmts
    React - The Complete Guide: tinyurl.com/2t6v5yeu
    NestJS - Zero to Hero: tinyurl.com/3rxsz669
    0:00 - Intro
    0:12 - React Todo App [CODE]
    1:11 - NestJS API [CODE]
    1:51 - What is S3?
    2:27 - S3 v EFS
    4:13 - Deploy React to S3
    8:33 - Bucket policy permissions
    10:38 - Static website hosting
    NestJS Code: github.com/Jon-Peppinck/nestj...
    React Code: github.com/Jon-Peppinck/react...

Komentáře • 4

  • @PattyBeautCode
    @PattyBeautCode Před 3 měsíci +1

    Thank you for the tutorial, short but very straightforward to the point.💯💯💥💥 cant wait for the next one !

    • @JonPeppinck
      @JonPeppinck  Před 3 měsíci +1

      Thanks so much for following along with this series Patty! I have more videos coming soon. Much appreciated!

  • @haiderjaafer8164
    @haiderjaafer8164 Před 3 měsíci +1

    Is data saved in postgrs database in aws3

    • @JonPeppinck
      @JonPeppinck  Před 3 měsíci

      Basic data (e.g. ids, varchars, etc) will be saved into pg. Image, videos, and other files should be stored elsewhere (e.g. EBS, S3), but have the location of where they are stored in the database.