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

sqs: Allow specifying the AWS config explicitly #64

Merged
merged 4 commits into from
Apr 2, 2024

Conversation

svix-jplatte
Copy link
Member

@svix-jplatte svix-jplatte commented Mar 28, 2024

Previously, omniqueue was always loading it from the environment, which doesn't work for all use cases.

This required a small hack (first and third commit) to minimize the likelihood of breaking users of the API, since I think we don't want to make a semver-incompatible release for this.

Closes private issue.

… to be able to change associate types without breaking callers of those
methods.
@svix-jplatte svix-jplatte requested a review from a team as a code owner March 28, 2024 11:17
… by allowing to pass just a DSN.

Also prepares for addition of extra SQS configuration fields.
… instead of loading it from the environment.
Copy link
Contributor

@svix-onelson svix-onelson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great :shipit:

@svix-jplatte svix-jplatte merged commit 975574b into main Apr 2, 2024
4 checks passed
@svix-jplatte svix-jplatte deleted the jplatte/sqs-init branch April 2, 2024 08:46
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.

None yet

2 participants