-
Notifications
You must be signed in to change notification settings - Fork 348
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
request help: how to configure route without upstream (aws-lambda
plugin)
#2271
Comments
|
I see this plugin terminates the original request. So doesn't matter what the upstream is. Creating ApisixRoute creates an upstream automatically so it still requires backend field to be configured. |
Adopting this workaround for now and keeping this issue to track future actions (if any). |
This issue has been marked as stale due to 90 days of inactivity. It will be closed in 30 days if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the [email protected] list. Thank you for your contributions. |
This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time. |
Issue description
An upstream is not required when using
aws-lambda
plugin. See:With ingress controller, if you attempt to apply the following config:
You get the a schema check error:
What I have also attempted is to set an
upstreams
:With this you do get around the schema check but you would see an
empty ExternalNodes or Discovery configuration
error in the ingress controller log:So what should be the right way to configure
aws-lambda
on a route that does not require an upstream? Or is this scenario something ingress controller schema should accommodate for?Note:
aws-lambda
plugin does not have test coverage in this repo as of now.Environment
The text was updated successfully, but these errors were encountered: