You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to fetch the values for AWS credentials from my system variables which currently I am not able to achieve. Something like this:
${AWS_DEFAULT_REGION}
where AWS_DEFAULT_REGION is a system variable. Ultimately, while deploying, this value, along with AWS access and secret key is to be fetched from bitbucket secrets. But currently, for local testing, I have these as system variables.
Is it possible with this library?
The text was updated successfully, but these errors were encountered:
I want to fetch the values for AWS credentials from my system variables which currently I am not able to achieve. Something like this:
where AWS_DEFAULT_REGION is a system variable. Ultimately, while deploying, this value, along with AWS access and secret key is to be fetched from bitbucket secrets. But currently, for local testing, I have these as system variables.
Is it possible with this library?
The text was updated successfully, but these errors were encountered: