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

Use aws-request-signing in combination with other kong plugins, such as canary release #40

Closed
CNorskov opened this issue May 21, 2024 · 1 comment · Fixed by #42
Closed
Assignees
Labels
feature request New feature or request

Comments

@CNorskov
Copy link

Is your feature request related to a problem? Please describe
I would like to be able to do canary release with lambdas, and direct a given percentage to one url, and another to the default.

Describe the solution you'd like
I would like to be able to specify which lambda url to hit for a given endpoint/path/method for the canary specifications.

Describe alternatives you've considered
Not using canary deployments, but do full traffic to one alias url, and then rollback manually (or implement auto rollback down the line).

Additional context
The canary deployment is possible with AWS Gateway for lambdas, and in general is possible with kong. But not in combination with this plugin.

This is the canary plugin in question:
https://docs.konghq.com/hub/kong-inc/canary/

@CNorskov CNorskov added the feature request New feature or request label May 21, 2024
@hafstroem hafstroem self-assigned this Jul 25, 2024
@hafstroem
Copy link
Contributor

Adressed this issue in this PR: #41

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

Successfully merging a pull request may close this issue.

3 participants