python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
PHP CURL GET request to CloudFront URL very high TTFB
I have a very simple PHP CURL get request to retrieve a json file from my AWS CloudFront distribution.
public function get_directory() {
$json = 'https://d108fh6x7uy5wn.cloudfront.net/themes.j...

Hans Desjarlais
Votes: 0
Answers: 1
AWS S3 + CloudFront Cost Problems
I need help to understand is it possible to somehow reduce the AWS billing for these.
I'm using S3 only to store audio and video files and then provide them to my users.
To reduce the cost I started t...
Art Samvelyan
Votes: 0
Answers: 1
AWS Cloudfront S3 Static website Access Denied
I have a Cloudfront distribution setup in front of an S3 bucket.
My folder structure in this bucket is something like:
index.html
page1
- index.html
page2
- index.html
Now if I visit the site throu...
Jonathan R
Votes: 0
Answers: 1
Injecting data to web application from AWS Lambda & CloudFront
I am implementing an access manager for my application but have not yet been able to find an elegant solution to pass data from AWS Lambda to the client.
The user will attempt to reach https://myappli...
Toby2022
Votes: 0
Answers: 2