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

Support for REQUEST Lambda Authorizers? #1339

Open
pcolmer opened this issue Jun 28, 2024 · 2 comments
Open

Support for REQUEST Lambda Authorizers? #1339

pcolmer opened this issue Jun 28, 2024 · 2 comments
Labels
needs-review Needs attention from a maintainer

Comments

@pcolmer
Copy link

pcolmer commented Jun 28, 2024

Context

API Gateway supports REQUEST Lambda Authorizers as well as TOKEN authorizers. The former are more flexible.

There have been at least two Pull Requests that looked like they implemented a solution to this requirement but they were both closed due to a lack of activity.

#1113

Miserlou/Zappa#2093 (I cannot find this one on the migrated repository)

Expected Behavior

Zappa should support both types of authorizer. If it does then the documentation needs updating, please to make that clear.

Actual Behavior

Only the TOKEN authorizer is supported.

Possible Fix

Implement one of the suggested pull requests.

Your Environment

  • Zappa version used: 0.59.0
  • Operating System and Python version: Ubuntu 24.04, Python 3.12
Copy link

Hi there! Unfortunately, this Issue has not seen any activity for at least 90 days. If the Issue is still relevant to the latest version of Zappa, please comment within the next 10 days if you wish to keep it open. Otherwise, it will be automatically closed.

@github-actions github-actions bot added the no-activity [Bot] Closing soon if no new activity label Sep 26, 2024
@pcolmer
Copy link
Author

pcolmer commented Sep 26, 2024

Definitely still relevant. Having to hand-hack the configuration after deployment which is surely not the intention behind using Zappa.

@github-actions github-actions bot added needs-review Needs attention from a maintainer and removed no-activity [Bot] Closing soon if no new activity labels Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-review Needs attention from a maintainer
Projects
None yet
Development

No branches or pull requests

1 participant