Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsClient ¶
type AwsClient struct { IAM iamiface.IAMAPI EC2 ec2iface.EC2API RDS rdsiface.RDSAPI ElastiCache elasticacheiface.ElastiCacheAPI ELB elbiface.ELBAPI ELBV2 elbv2iface.ELBV2API ECS ecsiface.ECSAPI }
AwsClient is a wrapper of the AWS SDK client It has interfaces for each services to make testing easier
func NewAwsClient ¶
func NewAwsClient(creds AwsCredentials) *AwsClient
NewAwsClient returns new AwsClient with configured session
Click to show internal directories.
Click to hide internal directories.