Linked Questions

14 votes
1 answer
46k views

I have a React app that runs on AWS S3 and CloudFront. When I access the app from the given URL it opens the home page fine. When I navigate to another page using a button on the nav bar it opens the ...
Max Phillips's user avatar
  • 7,559
36 votes
3 answers
16k views

I am experimenting with AWS S3 and CloudFront for a web application that I am developing. In the app I'm letting users upload files to the S3 bucket (using the AWS SDK) and make it available via ...
Ahsan's user avatar
  • 2,518
13 votes
2 answers
12k views

I created a bucket where I´m hosting my static website. I set the properties to use it as static website hosting (which index document value index.html) The URL was: http://mywebsitelearningcurve....
Peter's user avatar
  • 2,484
11 votes
2 answers
5k views

I've got a pretty specific problem here, we've got a system that we already have and maintain, the system involves using subdomains to route people to specific apps. on a traditional server that goes ...
Grant's user avatar
  • 447
11 votes
2 answers
4k views

My intention is to have my static website files (in React, if that's a factor) accessible only via my domain and not directly through S3 URLs. It seems to be working on my own computer (though that ...
carpiediem's user avatar
  • 2,048
3 votes
1 answer
8k views

I'm trying to create a temporary URL for a file in my application. I'm able to upload the file to S3 bucket and I'm able to use the method \Storage::temporaryUrl($this->url, now()->addHour(1)) ...
Bruno Francisco's user avatar
2 votes
1 answer
3k views

I am using AWS S3 static web hosting for my VueJs SPA app. I have setup routing rules in S3 and it works perfectly fine when I access it using S3 static hosting url. But, I also have configured ...
Raja's user avatar
  • 1,337
0 votes
2 answers
3k views

I'm using AWS CloudFront linked to an S3 bucket to host a static (React) website. Everything seems to work ok except when I upload altered files to the bucket. I know that by design CloudFront will ...
RRM1000's user avatar
  • 357
3 votes
1 answer
3k views

I have a react app deployed to Amazon S3 and distributed by Cloudfront, and it is fully working as expected right now. However, when I open the browser console, it shows a 404 error. For example, let'...
shinhong's user avatar
  • 476
0 votes
2 answers
1k views

I know there are 2 ways of creating Cloudfront Origin: paste website endpoint from s3 bucket itself; select s3 from the list. Now, when I do #1 - my site seems to really work, but I have to make ...
Naryck's user avatar
  • 71
1 vote
1 answer
2k views

Short version: I'm getting https errors on a static website on AWS S3 bucket set up for web hosting, but not https. It is located by a CNAME record pointing to the S3 bucket on my AWS Route 53 hosted ...
idoimaging's user avatar
1 vote
1 answer
2k views

I'm using s3 with cloudfront. I have an application that has two index files. /index /admin/index The /index works fine the /admin/index requires me to put /admin/index.html without including index....
MrB's user avatar
  • 1,624
3 votes
3 answers
853 views

I'm hosting a static website on AWS S3, served through AWS Cloudfront. Site is build with Hugo in multilingual mode. So it redirects from index page "/" to default lang index page url /en . On this ...
qwelp's user avatar
  • 121
1 vote
1 answer
996 views

I am building an on the fly image optimizer using CloudFront, S3, API Gateway, and Lambda, but right now I am still in the process of getting my CloudFront origin to fallback to my s3 custom error ...
Dan's user avatar
  • 799
1 vote
1 answer
926 views

I use a Lambda function to resize images when requested on-the-fly by this tutorial. The general flow is this: the bucket (lets call it mybucket, name changed) where the resources are stored is ...
bln_dev's user avatar
  • 2,437

15 30 50 per page