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

httpApi add support for CUSTOM and IAM Authorizers #8322

Closed
drochow opened this issue Oct 1, 2020 · 1 comment
Closed

httpApi add support for CUSTOM and IAM Authorizers #8322

drochow opened this issue Oct 1, 2020 · 1 comment

Comments

@drochow
Copy link

drochow commented Oct 1, 2020

Use case description

HTTP APIs were previously not supporting the options to add the AWS built-in IAM Authorizer and CUSTOM Authorizers. This got also stated within the serverless docs.

Since the API Gateway V2 now also supports those authorizer types, it makes sense to add support for them to the framework.

Proposed solution

From the configuration perspective, the solution should be similar to the configuration of IAM authorizers and CUSTOM authorizers of RESTApis.

Furthermore, in case no authorizer gets configured, it should get ensured that AWS::ApiGatewayV2::Route.AuthorizationType is set to NONE to ensure that potentially previously setup authorizers are unset (This got recommended from the AWS Support after opening a support case for a not removed IAM Authorizer).

I would be happy to help/work on this!

@medikoo
Copy link
Contributor

medikoo commented Oct 1, 2020

Duplicate of #8210

@medikoo medikoo marked this as a duplicate of #8210 Oct 1, 2020
@medikoo medikoo closed this as completed Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants