Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added DynamoDb driver #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

added DynamoDb driver #37

wants to merge 1 commit into from

Conversation

AlessandroMinoccheri
Copy link
Contributor

No description provided.

composer.json Outdated Show resolved Hide resolved
$secretAccessKey = $this->config->get('broadway.event-store.secret_access_key', '');
$region = $this->config->get('broadway.event-store.region', '');

$credentials = new Credentials($accessKeyId, $secretAccessKey);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My only issue around this is where in my company we don't configure our applications with AWS access / secret keys. We use EC2 IAM Roles, which allows the applications to pull out secret keys dynamically from the EC2 Metadata service.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I thought to integrate another access manager where you can use secert keys or EC2 IAM Roles, it could be a new next feature @Lavoaster ?

@AlessandroMinoccheri
Copy link
Contributor Author

Any news for this pull request @nWidart ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants