Automated Deployment Script for React App on AWS S3 by awsmasterchef

Published: 14 April 2024
on channel: awsmasterchef
44
like

In this video we have written an powershell script for react app deployment on AWS S3.

npm run build
$S3_BUCKET_NAME = "awsmasterchef-app"
aws s3 sync .\build\ "s3://$S3_BUCKET_NAME" --delete
echo React app deployed to S3 successfully!


#aws #s3


Watch video Automated Deployment Script for React App on AWS S3 by awsmasterchef online without registration, duration hours minute second in high quality. This video was added by user awsmasterchef 14 April 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 4 once and liked it lik people.