Skip to content

Instantly share code, notes, and snippets.

@chbatey
Created February 17, 2016 09:10
Show Gist options
  • Save chbatey/570f675ca517cf3be0d3 to your computer and use it in GitHub Desktop.
Save chbatey/570f675ca517cf3be0d3 to your computer and use it in GitHub Desktop.
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