I've been struggling to figure out a mis-configuration in my SAM/OpenAPI extension related to an
API Gateway Authorizer definition. The template is valid according to "sam validate" but "sam deploy" returns an error. I think it's probably a yaml/ref problem because I'm referencing from the OpenAPI definition to the SAM template. It would really help to find another example but Google hasn't returned much. That's when I remembered GitHub Code Search.
I'm able to search for x-amazon-apigateway-authorizer in Yaml files which is perfect. Now to comb through 551 results.
API Gateway Authorizer definition. The template is valid according to "sam validate" but "sam deploy" returns an error. I think it's probably a yaml/ref problem because I'm referencing from the OpenAPI definition to the SAM template. It would really help to find another example but Google hasn't returned much. That's when I remembered GitHub Code Search.
I'm able to search for x-amazon-apigateway-authorizer in Yaml files which is perfect. Now to comb through 551 results.