konstk
konstk
Should be partially possible with Swagger 3.0: https://swagger.io/docs/specification/data-models/inheritance-and-polymorphism/
Please check my serverless.yaml example again. Currently when serverless authorizers get a name it's defined by in function name property (`authorize` in the example). But there's ability to override that...
Hmm, may be the difference is that originally project was deployed without prefix, and it created authorizer function. And that stack is still deployed in my case. But when prefix...
I tested again and found the difference. We are using custom api gateway name: ``` apiGateway: restApiId : xxxxxxxx restApiRootResourceId : zzzzzzz ``` So all deployed stacks are deployed into...