Skip to content
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

Make SQS backend take an aws_sdk_sqs::Config instead of SdkConfig #87

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

svix-aaron1011
Copy link
Contributor

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.

@svix-aaron1011 svix-aaron1011 marked this pull request as ready for review June 10, 2024 16:32
@svix-aaron1011 svix-aaron1011 requested a review from a team as a code owner June 10, 2024 16:32
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.
@svix-aaron1011 svix-aaron1011 merged commit 48d387f into main Jun 10, 2024
4 checks passed
@svix-jplatte svix-jplatte deleted the aaron1011/sqs-config branch June 11, 2024 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants