-
Since I need to have my swagger documentation on UAT/Dev Environment, is there a way to protect the swagger endpoints behind some Authorisation method (token, user/pass)? |
Beta Was this translation helpful? Give feedback.
Answered by
bfaulk96
Sep 30, 2022
Replies: 1 comment
-
This feature has been added as of release You can add a custom authorizer for lambdaAuthorizer: ${self:custom.customAuthorizer} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bfaulk96
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This feature has been added as of release
v2.9.2
😄You can add a custom authorizer for
/swagger
and/swagger.json
with the custom config option