serverless-plugin-log-subscription
serverless-plugin-log-subscription copied to clipboard
feat: Use role arn on API Gateway log subscriptions
Addressing issue #66 where role arn is not used on API Gateway log subscriptions. This is a problem when trying to set up a log subscription with a kinesis stream since roleArn is not optional in that case 😎