serverless-heaven / serverless-aws-alias

Alias support for Serverless 1.x
MIT License
189 stars 68 forks source link

Support ANY type endpoints with stage configuration #81

Closed HyperBrain closed 7 years ago

HyperBrain commented 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.