AKIRA-MIYAKE / serverless-import-swagger

Import functions from OpenAPI spec file to serverless.yml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrong handler name

MAS150MD200 opened this issue · comments

  1. I am unable to pass a lambda function name properly. Even if I use "operationId" property, serverless-import-swagger adds a prefix "handler"

  2. I am unable to ignore "options" in the result serverless config, even if I set "optionsMethod": false in the sis.config.json

  3. I am unable to use relative paths, I always need to use absolute paths for all sis perameters.

Thank you for your feedback.

I will investigate and fix it because it is unintended behavior.