This repository was archived by the owner on Apr 17, 2025. It is now read-only.
This repository was archived by the owner on Apr 17, 2025. It is now read-only.
Add aws_profile attribute to confidant client configuration #10
Open
Description
When calling the confidant client, it's often necessary to use
AWS_PROFILE=my_profile. It would be ideal if the client config could specify an aws profile in the confidant profile, so that you can just pass in --profile to the client and it'll auto-configure itself.
Moved from lyft/confidant#88