gruntwork-io / go-commons

A standard library to use in all Gruntwork CLI tools
https://www.gruntwork.io/
MIT License
35 stars 26 forks source link

Start building out AWS utility functions for CLIs, with aws-sdk-go-v2 #43

Closed yorinasub17 closed 3 years ago

yorinasub17 commented 3 years ago

I am starting to build out a new CLI for a hackday project, and in the process I realized that we don't have a central library for AWS access in production CLIs (resulting in duplication: e.g., see refarch-deployer and kubergrunt). This is the start of building out a common aws helper library for use in CLIs.

In addition, aws-sdk-go v2 is now out. We should start to slowly transition to using the v2 line, as I expect v1 to be deprecated soon.

In that regard, I propose we:

This PR is the start of that.

yorinasub17 commented 3 years ago

Thanks for review! Merging this in!