Properly implement the options functionality for the AWS EC2 and cloudwatch clients.
EC2 Client:
|
c.ec2 = ec2.NewFromConfig(*cfg, func(o *ec2.Options) {}) |
cloudwatch client:
|
c.cloudwatch = cloudwatch.NewFromConfig(*cfg, func(o *cloudwatch.Options) {}) |
Properly implement the options functionality for the AWS EC2 and cloudwatch clients.
EC2 Client:
aether/pkg/providers/aws/aws.go
Line 57 in 6e26b4c
cloudwatch client:
aether/pkg/providers/aws/aws.go
Line 63 in 6e26b4c