We have a need to be able to pass meta-data like the Region in our data bodies in a programatic way. Unfortunately there is no way to retrieve the configured region today.
Describe the Feature
The ability to get the configured region for a given SdkClient. E.g.:
KinesisAsyncClient client = KinesisAsyncClient.builder().build();
Region region = client.getRegion()
Is your Feature Request related to a problem?
No
Describe alternatives you've considered
We considered using an ExecutionInterceptor for this but it would require too much of an overhaul to our library to implement this.
We have a need to be able to pass meta-data like the Region in our data bodies in a programatic way. Unfortunately there is no way to retrieve the configured region today.
Describe the Feature
The ability to get the configured region for a given SdkClient. E.g.:
Is your Feature Request related to a problem?
No
Describe alternatives you've considered
We considered using an ExecutionInterceptor for this but it would require too much of an overhaul to our library to implement this.