In this step, we will upload the static website files (HTML, CSS, JavaScript) into the S3 bucket created in the previous step. This will enable the S3 bucket to serve as a static website hosting platform for the application.
index.html: The main file of your website.
app.js: Contains the JavaScript code to interact with the API Gateway.
Click Add files button and select your static files (e.g., index.html
, app.js
, etc.).
If you have multiple files organized in folders, click Add folder.
http://my-website-static-bucket.s3-website-us-east-1.amazonaws.com
).