Skip to content

Commit

Permalink
implement the PR changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jdansariaws committed Aug 29, 2024
1 parent 972c2aa commit 51d3c55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions s3-cloudfront-spa-tf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ Important: this application uses various AWS services and there are costs associ
6. Copy your front end assests
## Testing
1. Go to your hosting Amazon S3 bucket.
2. Upload your front end content or Copy index.html from "s3-cloudfront-spa" pattern "src" folder for testing.
3. Go to AWS Console.
1. Go to AWS Console.
2. Go to your hosting Amazon S3 bucket.
3. Upload your front end content or Copy index.html from "s3-cloudfront-spa" pattern "test" folder for testing.
4. Go to AWS Cloudfront.
5. Go to Distributions.
5. Select your distribution domain and browse it. e.g ***********.cloudfront.net/index.html.
Expand Down
2 changes: 1 addition & 1 deletion s3-cloudfront-spa-tf/example-pattern.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "AWS CloudFront and Amazon S3 for Single Page Application Hosting",
"description": "This project demonstrates hosting a Single-Page App using AWS CloudFront & S3, where CloudFront serves the SPA from an S3 bucket for static hosting.",
"language": "HCL",
"language": "Terraform",
"level": "200",
"framework": "Terraform",
"introBox": {
Expand Down
File renamed without changes.

0 comments on commit 51d3c55

Please sign in to comment.