Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Filter by
Sorted by
Tagged with
Filter by Employee ID
Advice
0 votes
7 replies
143 views

I maintain a project that stores files in S3, and uses local filesystem as fallback for local development. Good or bad, it's been working reliably for 9 years. I want to add a S3 emulator to develop ...
1 vote
0 answers
81 views

TL;DR Has anyone been able to get AWS Location Place Index working with PHP SDK & API Key without a custom Place Index? AWS Location service recently dropped the requirement to provision your own ...
1 vote
1 answer
470 views

I'm using AWS SDK for PHP (Version 3) to configure S3 bucket lifecycle rules via PutBucketLifecycleConfiguration. However, I’m getting the following error: Aws\S3\Exception\S3Exception: Error ...
-1 votes
1 answer
50 views

Using latest version of aws-sdk-php, while uploading object to s3. Getting "error": { "type": 1, "message": "Uncaught Error: Call to ...
0 votes
1 answer
240 views

I am using Bref to run Laravel on AWS Lambda, and here is my serverless.yml configuration: service: lambdajob provider: name: aws # The AWS region in which to deploy (us-east-1 is the default) ...
1 vote
1 answer
281 views

User login using API we get AccessToken, RefreshToken and IdToken. AccessToken works only for 1 hour set on the App Client period. Based on RefreshToken we can get a new AccessToken & RefreshToken....
1 vote
0 answers
182 views

So I have a public bucket which can directly be access by a link (can see the data if I copy paste that link on the browser). However, when I try access the bucket via aws-sdk-php (v3.305.1) library ...
4 votes
1 answer
3k views

First and foremost, I am a total noob when it comes to using Amazon's SDK for PHP so bare with me. I am trying to follow along with a video tutorial on how to upload a file to an AWS S3 bucket using ...
0 votes
1 answer
436 views

trying to send a sqs on php using aws-sdk, trying to hit a localhost endpoint, we have some lambda functions running on localhost. This is the client $this->client = new SqsClient([ ...
0 votes
1 answer
1k views

I'm usng AWS PHP SDK to call bedrock API. Here is the code: $this->bedrockRuntimeClient = new BedrockRuntimeClient([ 'region' => $region, 'version' => $version, '...
0 votes
1 answer
166 views

I am able to generate presigned URL for an S3 object using php. But it has X-Amz-Credential parameter which contains AWS Access Key ID as value; Is it Ok? Can we generate pre-signed url without this ...
0 votes
1 answer
242 views

We are using AWS SignatureV4 to make requests to an API Gateway using the IAM authoriser and are finding that signing only works some of the time... We are signing requests using the AWS SDK. $...
0 votes
1 answer
3k views

I am encountering an issue while utilizing the AWS PHP SDK to invoke the Bedrock service using AWS access key and secret key provided by my organization(the account managed by the organization). The ...
0 votes
2 answers
2k views

According to https://stackoverflow.com/a/65675842/569976 , you can use the AWS S3 CLI client to sort the results of a list-objects-v2 by the last modified date, as follows: aws s3api list-objects --...
2 votes
1 answer
1k views

I am trying to send emails with AWS SES. I followed the Laravel official doc and configured the application. but when I tried to send an email I got the following error. I was using ses as MAIL_MAILER ...

15 30 50 per page
1
2 3 4 5
22