Making API operation call without configured AWS region results in odd error. #827
Closed
3 tasks done
Labels
bug
This issue is a bug.
Confirm by changing [ ] to [x] below to ensure that it's a bug:
Describe the bug
Making an API operation call with a client that does not have a
Region
value configured results in an error because DNS lookup fails. The SDK should require theRegion
configuration, and return an error when the endpoint resolver does not receive an Region.Version of AWS SDK for Go?
v0.26.0
Version of Go (
go version
)?go 1.15.2
To Reproduce (observed behavior)
Steps to reproduce the behavior (please share code or minimal repo)
Expected behavior
Call API operation with a client that is not configured for a region.
Additional context
The text was updated successfully, but these errors were encountered: