79566219

Date: 2025-04-10 09:21:45
Score: 0.5
Natty:
Report link

You can't have a JWT authorizer with AWS::Serverless::Api.

Either switch to use AWS::Serverless::HttpApi, or implement your own JWT authorizer with a Lambda authorizer. I can't see anything in your template that isn't supported by AWS::Serverless::HttpApi so switching to that is probably your best option.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: andycaine