DEV Community

Cover image for Deploying my ReactJS and HTML5 app to AWS S3
Neha Sharma
Neha Sharma

Posted on

4 2 3 3 2

Deploying my ReactJS and HTML5 app to AWS S3

This is a submission for the Pulumi Deploy and Document Challenge: Fast Static Website Deployment

What I Built

I wanted to host my ReactJS and HTML5 project to AWS S3. So, I used Pulumi to upload the files from my VSCode CLI.

Live Demo Link

HTML 5 web app

ReactJS

Project Repo

https://github.com/Neha/pulumi-demo

My Journey

Starting with Pulumi was easy because of the documentation. However, for ReactJS and HTML5 web app. I faced a few common issues:

  1. Access to S3

  2. ES modules issue

  3. Access to upload to S3 (file vs folder)

Using Pulumi

  1. 2 files (yaml, and index.js) step up is easy to follow.

  2. I used Pulumi's web integrated AI support. It was not able to provide me guidance that was helpful

  3. Loved the preview URL generation, and access to the preview is amazing.

Playwright CLI Flags Tutorial

5 Playwright CLI Flags That Will Transform Your Testing Workflow

  • 0:56 --last-failed: Zero in on just the tests that failed in your previous run
  • 2:34 --only-changed: Test only the spec files you've modified in git
  • 4:27 --repeat-each: Run tests multiple times to catch flaky behavior before it reaches production
  • 5:15 --forbid-only: Prevent accidental test.only commits from breaking your CI pipeline
  • 5:51 --ui --headed --workers 1: Debug visually with browser windows and sequential test execution

Learn how these powerful command-line options can save you time, strengthen your test suite, and streamline your Playwright testing experience. Click on any timestamp above to jump directly to that section in the tutorial!

Watch Full Video 📹️

Top comments (0)

Playwright CLI Flags Tutorial

5 Playwright CLI Flags That Will Transform Your Testing Workflow

  • 0:56 --last-failed
  • 2:34 --only-changed
  • 4:27 --repeat-each
  • 5:15 --forbid-only
  • 5:51 --ui --headed --workers 1

Learn how these powerful command-line options can save you time, strengthen your test suite, and streamline your Playwright testing experience. Click on any timestamp above to jump directly to that section in the tutorial!

Watch Full Video 📹️

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay