Love Lundin

Results 2 issues of Love Lundin

# This is a Feature Proposal ## Description I am extracting the openapi-specification from apim. Using path-parameters are well documented and works fine when I export. However, I am not...

# This is a Bug Report Unable to configure apim `urlTemplate: /other` different to the functions name. `https://sls-weur-dev-xxxxxx-apim.azure-api.net/api/v1/greet/hello` https://github.com/glockenbach/serverless/blob/bug/apim-operations-urlTemplate/lib/plugins/create/templates/azure-python/serverless.yml ```functions: hello: handler: src/handlers/hello.main events: - http: true methods: - GET...