Optum / dce-cli

Disposable Cloud Environment CLI
Apache License 2.0
37 stars 19 forks source link

Replace AWS CLI dependency with build constraint for lease login #49

Open joshmarsh opened 4 years ago

joshmarsh commented 4 years ago

Is your feature request related to a problem? Please describe.

We are using the AWS CLI here to set credentials in a way that is platform independent.

Describe the solution you'd like

A better pattern for this would be to use build constraints, which would eliminate our dependency on the aws cli.

Describe alternatives you've considered

Additional context