-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
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
Allow AWS_ENDPOINT_URL_<SERVICE> #1213
Comments
The SDK does support |
@aajtodd could you point me to the code that's responsible for this, it may be entirely possible I am a few versions behind because it is really difficult to keep the multiple versions in sync. I wish the entire SDK could have a single version to follow similarly to JS or Python. I have these versions in a lockfile
but here I found that it should indeed work aws-sdk-rust/sdk/aws-config/test-data/profile-provider/assume_role_override_service_env_url/env.json Line 3 in 68dbb59
In my case
|
Okay I can confirm that, supports definitely AWS_ENDPOINT_URL_DYNAMODB
@aajtodd thanks for the help. a bit OT, would you be able to guess what is preventing |
Comments on closed issues are hard for our team to see. |
Describe the feature
Since there is already a support for AWS_ENDPOINT_URL #1193, I think the sdk should support all
AWS_ENDPOINT_URL_<SERVICE>
and other typical env vars.https://docs.aws.amazon.com/cli/v1/userguide/cli-configure-envvars.html#envvars-list-AWS_ENDPOINT_URL_SERVICE
Use Case
I run local dynamo DB from the amazon container but emulate other services with the localstack.
Proposed Solution
No response
Other Information
No response
Acknowledgements
A note for the community
Community Note
The text was updated successfully, but these errors were encountered: