Created
February 17, 2016 09:10
-
-
Save chbatey/570f675ca517cf3be0d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AWSCLoud - access to EC2 and ELB | |
EC2 - Interface for EC2API from the Golang AWS SDK | |
ELB - Interface for the ELBAPI from the Golang AWS SDK | |
newAWSCloud | |
- Prod code: awsSDKProvider (actual implementation) | |
- Test code: FakeAWSServices (implemented in aws_test) | |
FakeAWSServices | |
- FakeEC2 | |
- FakeELB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment