Let's dive into the CLOUD!
S3 BUCKET-UPLOADED FILES
Amazon S3 bucket configured to host a static website.
S3 STATIC WEBSITE HOSTING SETTINGS
Static website hosting enabled on the S3 bucket, with index.html document configured to serve the website content publicly.
BUCKET POLICY
S3 bucket policy configured to allow public read access and CloufFront access to website objects.
LIVE WEBSITE
Successfully deployed static website accessed through the S3 website endpoint.
CLOUDFRONT DISTRIBUTION OVERVIEW
Amazon CloudFront distribution configured with an s3 origin to deliver website content securely over HTTPS with improved performance.
CLOUDFRONT DOMAIN WORKING IN BROWSER
Static website successfully served through CloudFront distribution, demonstrating global content delivery and HTTPS-enabled access.
API GATEWAY - STAGE
The deployed HTTP API stage in AWS API Gateway.
API GATEWAY - ROUTES & INTEGRATION
The configured API route and its integration with an AWS Lambda function.
LIVE API RESPONSE
API returns a JSON response.