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

Bump serverless version, remove cfLogs requirement, add ability to specify role ARN. #9

Closed jacob-meacham closed 7 years ago

jacob-meacham commented 7 years ago

This removes the requirement to specify cfLogs (which is no longer necessary in newer version of serverless).

It also allows one to apply a custom IAM role to the created function, so that the function's access can be scoped down.