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

module for creating aws clients #263

Merged
merged 1 commit into from
Jul 20, 2016

Conversation

brharrington
Copy link
Contributor

No description provided.

@brharrington brharrington merged commit 6eb42a6 into Netflix:master Jul 20, 2016
@brharrington brharrington deleted the aws-module branch July 20, 2016 13:04
};
Injector injector = Guice.createInjector(module, new AwsModule());

// Get instance
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't the example show an @Inject (AmazonEC2 ec2) usage instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Probably, I was mostly just trying to show the injector had the correct binding for AmazonEC2 so you could use that rather than AwsClientFactory. Feel free to send a PR with better docs.

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.

2 participants