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

Add support for custom SNS endpoint #2068

Closed
codesorcery opened this issue Jul 5, 2022 · 0 comments · Fixed by #2067
Closed

Add support for custom SNS endpoint #2068

codesorcery opened this issue Jul 5, 2022 · 0 comments · Fixed by #2067
Labels
enhancement New feature or request

Comments

@codesorcery
Copy link
Contributor

Is your feature request related to a problem? Please describe.
The SNS event source currently only allows to be used with AWS.
However, there also exist other compliant implementations (e.g. Ceph radosgw), which may be used if the endpoint URL were configurable.

Describe the solution you'd like
Add an optional endpoint field to the SNSEventSource struct. Use this endpoint when initializing the SNS session.
Same as was already done in #1632 for SQS.


Message from the maintainers:

If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant