baopham / laravel-dynamodb

Eloquent syntax for DynamoDB
https://packagist.org/packages/baopham/dynamodb
MIT License
484 stars 128 forks source link

Could I use AssumeRole with baopham dynamodb? #252

Closed sinzo33 closed 1 year ago

sinzo33 commented 2 years ago

I'm sorry for my poor English.

I want to use Aws AssumeRole with baopham dynamodb. Currently there is no such setting on the config/dynamodb.php. Will I be able to do it in the future?

Assuming an IAM Role in Another AWS Account https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/guide_credentials_assume_role.html#assuming-an-iam-role-in-another-aws-account

JackPriceBurns commented 2 years ago

Unfortunately we don't have this capability, you would need to create an IAM user in the correct AWS account and create access credentials for that user

sinzo33 commented 2 years ago

Thank you for your reply. I understand.