You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to programmatically use other AWS services such as SQS with the [AWS SDK for PHP](https://docs.aws.amazon.com/sdk-for-php/index.html), pass the credentials via environment:
145
+
In order to programmatically use other AWS services use the *ServiceEndpoint* class:
146
146
147
147
```php
148
-
use Aws\Sqs\SqsClient;
149
-
use Aws\Credentials\CredentialProvider;
148
+
use com\amazon\aws\{Credentials, ServiceEndpoint};
0 commit comments