-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
@aws-cdk/aws-apigatewayv2-authorizers-alpha: can't apply lambda defaultAuthorizer #27436
Comments
This is interesting: If there is no authorizer defined in the |
Looks like
Would make sense to fix, I think. This is unexpected behavior. |
|
Describe the bug
Hey 👋
I can't assign a defaultAuthorizer to all routes on a HttpAPI.
cdk deploy
runs with no problems but it's not created.Expected Behavior
I'd expect the created route to be authorized by my lambda
Current Behavior
No authorizer either in AWS console or in practice. No authorizer listed under manage Authorizers for the API either
Reproduction Steps
See above
Possible Solution
Not sure
Additional Information/Context
CDK CLI Version
2.99.1 (build b2a895e)
Framework Version
No response
Node.js Version
18
OS
MAC
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: