Set up AWS S3 Bucket
In this lab, we will create an S3 bucket to store all the website data.
- Go to AWS Management Console

- In the S3 interface:
- Click on Buckets
- Click on Create Bucket

- In the Create Bucket interface:
- Under Bucket name, enter
serverless-web-application-on-aws-fcj

- Scroll to the bottom of the page:

- Upload the required files
- In the Bucket interface, click on the bucket serverless-web-application-on-aws-fcj


- Click Add files
- Select the following files: index.html, script.js, style.css


- Wait until all files are uploaded successfully.

