awsdocs / aws-php-developers-guide

The open source version of the AWS SDK for PHP developer Guide. You can submit feedback & requests for changes by submitting issues in this repo or by making proposed changes & submitting a pull request.
Other
29 stars 34 forks source link

Fix AssumeRole provider example #81

Closed diehlaws closed 4 years ago

diehlaws commented 4 years ago

Description of changes: Current code sample for the AssumeRoleCredentialProvider is using the InstanceProfileProvider and AssumeRoleCredentialProvider classes without including the corresponding namespaces, attempting to run the code as-is results in a 'Class not found' error.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.