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
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.
The text was updated successfully, but these errors were encountered:
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 theSNSEventSource
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.
The text was updated successfully, but these errors were encountered: