Description:
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
Reference Links:
- https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-property-httpapi-httpapiauth.html
- https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-lambda-authorizer.html
Description:
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
Reference Links: