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
HI, why shared-credentials-file is not valid method? if ( not os.environ.get('AWS_ACCOUNT_ID', None) and not (boto3.Session().get_credentials().method in ['iam-role', 'assume-role', 'assume-role-with-web-identity']) ): raise EnvironmentError('Environment variableAWS_ACCOUNT_IDnot set and no role found.')
The text was updated successfully, but these errors were encountered:
Sorry I'm not really actively maintaining the repo. The code requires an account id (otherwise queue creation/discover doesn't work). If you have a good idea for a workaround, please submit a PR!
HI, why shared-credentials-file is not valid method?
if ( not os.environ.get('AWS_ACCOUNT_ID', None) and not (boto3.Session().get_credentials().method in ['iam-role', 'assume-role', 'assume-role-with-web-identity']) ): raise EnvironmentError('Environment variable
AWS_ACCOUNT_IDnot set and no role found.')
The text was updated successfully, but these errors were encountered: