You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being able to test API Gateway authorizers locally when running sam local start-api is a great new feature. However, I think it would be helpful to be able to pass an optional flag at the command line to disable the authorizer for local testing.
Proposal
Add an optional flag to disable API Gateway authorizers like sam local start-api --disable-authorizer
Thanks for the suggestion @mikepianka, I like the idea! We welcome contributions if you'd like tackle this yourself, if not, I'll take it back to the team for prioritization.
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe your idea/feature/enhancement
Being able to test API Gateway authorizers locally when running
sam local start-api
is a great new feature. However, I think it would be helpful to be able to pass an optional flag at the command line to disable the authorizer for local testing.Proposal
Add an optional flag to disable API Gateway authorizers like
sam local start-api --disable-authorizer
Things to consider:
Additional Details
The text was updated successfully, but these errors were encountered: