We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey @itsdalmo we're excited to start using this project but just noticed passing AWS_PROFILE is a little tricky.
We currrently need to run like this:
AWS_SDK_LOAD_CONFIG=1 AWS_REGION=us-west-2 AWS_PROFILE=my_profile FOO="sm:///path/to/foo#FOO" aws-env exec -- env
Hoping this would be a small change when setting up the AWS SDK so we don't need to set extra env vars to get things working.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey @itsdalmo we're excited to start using this project but just noticed passing AWS_PROFILE is a little tricky.
We currrently need to run like this:
Hoping this would be a small change when setting up the AWS SDK so we don't need to set extra env vars to get things working.
Thanks in advance!
The text was updated successfully, but these errors were encountered: