python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
React App in AWS S3 has missing env properties
I developed Frontend (ReactJs) and Backend (Spring boot) for my project.
I got following issues when deploying FE to S3 bucket.
I set up CodePipeline to:
pull the code from repository
build step, in ...
Vergil333
Votes: 0
Answers: 1
Redirection of a path url to its base url
I need to redirect some urls to their original base url, for eg if if i have the below url
https://example.com/path/to/something
it should be redirected to the below
https://example.com
Any way i can ...
display989
Votes: 0
Answers: 1
CloudFront - Unexpected caching behaviour on error
I am seeing a strange behaviour from CloudFront when my origin throws an error.
My scenario is as follows:
Initial request:
Hits CF, nothing in cache
CF makes request to origin which returns a respon...
Michael
Votes: 0
Answers: 1
How to host images stored inside S3 static website, over HTTPS?
I have an S3 bucket which I'm using for storing images uploaded by users. Then I save paths to those images in my database, each path looks like so https://bucket-name.s3.eu-central-1...
I then added ...
Chaz Ashley
Votes: 0
Answers: 1