Johnny Petro
Johnny Petro

Reputation: 125

Can AWS SAM be used to develop and deploy a lambda authorizer?

I know that support was added to SAM 1.80.0 to test lambdas that USE a lambda authorizer. I'm not talking about that. I'm talking about developing the lambda authorizer itself. A lambda authorizer is a true lambda function and I would like to use SAM to help with software development.

There is no template for lambda authorizers provided by the SAM CLI prompts, e.g., "sam init".

Upvotes: -3

Views: 46

Answers (0)

Related Questions