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
JustSaying allows you to provide a SerivceURI through the fluent API and DefaultAwsClientFactory which is then passed down to the underlying AWS SNS / SQS clients.
This is great for testing as it allows you to use libraries like LocalStack, however, there is a subtle behaviour change in that any region provided will be ignored by the AWS clients if a ServiceURI is provided and visa versa (see AWS client config).
To avoid consumers of JustSaying falling into this trap, we should look to surface this information in the public API somewhere so that it is clear what the behaviour is.