ACloudGuru / serverless-plugin-cloudwatch-sumologic

Plugin which auto-subscribes a log delivery lambda function to lambda log groups created by serverless
MIT License
12 stars 15 forks source link

Allow for an empty filter pattern. #12

Closed jacob-meacham closed 6 years ago

jacob-meacham commented 7 years ago

AWS allows the cloudwatch trigger to have an empty filter, but the current plugin does not allow this because an empty string is falsey.

Tested against serverless 1.10.0.