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

AWS: Clean up options for client creation #69

Open
gabibeyer opened this issue Apr 4, 2024 · 0 comments
Open

AWS: Clean up options for client creation #69

gabibeyer opened this issue Apr 4, 2024 · 0 comments

Comments

@gabibeyer
Copy link
Contributor

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) {})

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

No branches or pull requests

1 participant