serverless-log-forwarding
serverless-log-forwarding copied to clipboard
Serverless plugin for forwarding CloudWatch logs to another Lambda function.
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. **This update includes security fixes.** Vulnerabilities fixed *Sourced from [The Node Security Working Group](https://github.com/nodejs/security-wg/blob/master/vuln/npm/505.json).* > **Man-in-the-Middle** > [https-proxy-agent] Socket returned without TLS upgrade on...
Bumps [chai](https://github.com/chaijs/chai) from 3.5.0 to 4.2.0. Release notes *Sourced from [chai's releases](https://github.com/chaijs/chai/releases).* > ## 4.2.0 / 2018-09-25 > This is a minor release. Thank you to all of our contributors...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15. **This update includes security fixes.** Vulnerabilities fixed *Sourced from The GitHub Security Advisory Database.* > **Critical severity vulnerability that affects lodash, lodash-es, lodash-amd, lodash.template,...
Bumps [eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y) from 3.0.2 to 4.0.0. Release notes *Sourced from [eslint-plugin-jsx-a11y's releases](https://github.com/evcohen/eslint-plugin-jsx-a11y/releases).* > ## New rules + other changes > Add new rules: > > jsx-a11y/accessible-emoji > jsx-a11y/aria-activedescendant-has-tabindex > jsx-a11y/iframe-has-title...
I'd like to propose the introduction of an option that allows you to forward log records created by API Gateway. For context, we use serverless in conjunction with the plugins...
I just added this plugin to my `serverless.yml` and tried deploying, but got the error: ``` Error -------------------------------------------------- The CloudFormation template is invalid: Template format error: Number of resources, 211,...
I have this configuration in my serverless,yaml: ``` provider: name: aws runtime: nodejs14.x plugins: - serverless-log-forwarding custom: logForwarding: destinationARN: resources: Resources: MyCustomLogGroup: Type: AWS::Logs::LogGroup Properties: LogGroupName: MyCustomLogGroup RetentionInDays: 90 ```...