Closed HyperBrain closed 7 years ago
Fixes: #80
According to AWS, stage configurations have to refer to '*' to catch all methods or paths.
In case of endpoints defined with ANY as method, we have to use * as method.
ANY
*
Fixes: #80
According to AWS, stage configurations have to refer to '*' to catch all methods or paths.
In case of endpoints defined with
ANY
as method, we have to use*
as method.