AWS::ApiGatewayV2::Authorizer
IAM through Sig v4
- Leverages
Sig v4capability where IAM credentials are in headers

Lambda Authorizer (custom authorizer)
- Uses
AWS Lambdato valdiate the token in the request - Good when using OAuth, SAML, etc
- The lambda must return an iam policy as a result

Cognito User Pools
Cognitomanages the user lifecycle- API gateway will verify identity from
AWS Cognito - Only authentication (not authorization)
