tsub / serverless-plugin-subscription-filter

Extend subscription filter events for the Serverless framework :zap:
https://www.npmjs.com/package/serverless-plugin-subscription-filter
MIT License
18 stars 5 forks source link

added subscription filter property check #10

Closed ds0440 closed 5 years ago

ds0440 commented 5 years ago

I was running into errors with the plugin when multiple functions were defined in my serverless.yml if they did not all have a subscription filter defined. I made a quick fix to the code I have and figured I would see if you wanted to merge it for others. I also created an issue so others in the same situation know this is being looked at or has been fixed.