-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Allow overriding EndpointUrl for AWS-related scalers #3337
Comments
Makes sense, are you willing to contribute this? |
I can take a look if the issue reporter don't want to (I think we can give him few more days to respond) |
did you start to do it? (or still want to do it?) |
I didn't start working on that. Feel free to take it |
Proposal
AWS Go SDK client allows for passing in an EndpointUrl parameter to override the AWS endpoint url (see Config struct for AWS client. Currently Keda does not allow for specifying this, e.g. for the SQS scaler, so it is not possible to run Keda against anything but full-fat AWS.
Use-Case
Adding the ability to override the EndpointUrl would allow Keda to be pointed at a Localstack SQS queue (https://docs.localstack.cloud/aws/sqs/).
Anything else?
No response
The text was updated successfully, but these errors were encountered: