Authorizer
Manages an API Gateway Authorizer.
Sample code
exports.createResources = () => [
{
type: "Authorizer",
group: "APIGateway",
dependencies: () => ({
restApi: "PetStore",
}),
properties: ({}) => ({ name: "my-authorizer-stage-dev" }),
},
];
Properties
Dependencies
Full Examples
List
The authorizers can be filtered with the Authorizer type:
gc l -t Authorizer