-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make SQS backend take an aws_sdk_sqs::Config instead of SdkConfig
The `aws_config::SdkConfig` is the base AWS configuration, and doesn't include any SQS-specific config options. We now allow users to pass in an `aws_sdk_sqs::Config` struct (which can be built from an `SdkConfig`), allowing SQS-specific options like timeouts and interceptors to be configured.
- Loading branch information
1 parent
62ca8fa
commit 48d387f
Showing
1 changed file
with
22 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters