aws
aws copied to clipboard
AWS SDK with readable code and async responses
add endpoint configuration for local dynamodb environment
I use FIFO Queue and , I get an empty result in receiveMessage function, thanks for your help ``` $result = $sqs->sendMessage(new SendMessageRequest([ 'QueueUrl' => $queueUrl, 'DelaySeconds' => 0, 'MessageGroupId'...
```PHP Fatal error: Uncaught TypeError: AsyncAws\Sqs\Result\ReceiveMessageResult::getMessages(): Return value must be of type array, null returned in /srv/app/vendor/async-aws/sqs/src/Result/ReceiveMessageResult.php:28```
``` ErrorException Undefined array key "message" vendor/voxie/async-aws-timestream-write/src/Exception/InternalServerException.php:17 Illuminate\Foundation\Bootstrap\HandleExceptions::handleError vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php:257 Illuminate\Foundation\Bootstrap\HandleExceptions::Illuminate\Foundation\Bootstrap\{closure} vendor/voxie/async-aws-timestream-write/src/Exception/InternalServerException.php:17 AsyncAws\TimestreamWrite\Exception\InternalServerException::populateResult vendor/voxie/async-aws-core/src/Exception/Http/HttpExceptionTrait.php:50 AsyncAws\Core\Exception\Http\ClientException::__construct vendor/voxie/async-aws-core/src/Response.php:406 AsyncAws\Core\Response::AsyncAws\Core\{closure} vendor/voxie/async-aws-core/src/Response.php:423 AsyncAws\Core\Response::getResolveStatus vendor/voxie/async-aws-core/src/Response.php:123 AsyncAws\Core\Response::resolve vendor/voxie/async-aws-core/src/Response.php:105 AsyncAws\Core\Response::__destruct ```
It looks like AWS don't always provide a response body in the event of throttling.
``` In Request.php line 128: [ErrorException] Warning: Undefined array key "scheme" Exception trace: at /Users/shyim/Code/sw6/vendor/async-aws/core/src/Request.php:128 ``` I used as endpoint just `localhost:9000`, this triggers a warning because the scheme is...
I just get this error message: ``` In AsyncResponse.php line 438: A chunk passthru cannot yield more than one "isFirst()" chunk. ``` It means that our Response opens the buffer...
Putting this here so I can remember to fix it. ``` AsyncAws\Core\Exception\Http\ClientException with message 'HTTP 404 returned for "https://ingest.timestream.us-east-1.amazonaws.com/". Code: UnknownOperationException Message: Type: Detail: ' ```
Hello, the S3 GetObject "SaveAs" feature does not seem to work, I maybe have missed something but I cant see any way to batch copy a list of files from...
In contrast to the official AWS SDK Async AWS does not set content type when uploading files to S3, is this by design?