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
When trying to use AWS::Serverless:HttpApi through a SAM template. There appears to be no way to specify a Lambda Authorizer against reference link 1. It only appears possible to use OAuth2Authorizer.
Should be able to configure lambda authorizer as per reference link 2 via SAM template.
Expected result:
Be able to setup a lambda authorizer against a AWS::Serverless:HttpApi