anantab / serverless-plugin-ifelse

A Serverless Plugin to write If Else conditions in serverless YAML file
69 stars 19 forks source link

Is it possible to apply this plugin to "stepFunctions" #13

Closed J-Whitfield closed 4 years ago

J-Whitfield commented 4 years ago

serverlessIfElse:

When trying to execute this , the plugin is not outputting that it is excluding the stepFunctions, however it will output it is excluding provider.role

anantab commented 4 years ago

Hi @J-Whitfield, Serverless does not parse stepFunctions config from the serverless.yml file, hence this plugin does not see stepFunctions config variables. So it is not possible to apply if else rule to it.