
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
serverless-api-gateway-execution-log-manager
Advanced tools
Serverless plugin for setting log retention and deleting API Gateway execution logs during stack update/removal
This Serverless Framework plugin manages the API Gateway execution log groups automatically created in CloudWatch when execution logging is enabled in serverless.yml
. When enabling these logs, API Gateway automatically creates a CloudWatch log group named API-Gateway-Execution-Logs_[uniqueId]/[stage]
. This log group is not part of the CloudFormation stack deployed by Serverless Framework.
npm install serverless-api-gateway-execution-log-manager --save-dev
Add the following to your serverless.yml
:
Add the following to your serverless.yml
:
plugins:
- serverless-api-gateway-execution-log-manager
provider:
logs:
restApi:
level: INFO
executionLogging: true
fullExecutionData: true
This plugin does not have any configuration options (yet).
FAQs
Serverless plugin for setting log retention and deleting API Gateway execution logs during stack update/removal
The npm package serverless-api-gateway-execution-log-manager receives a total of 22 weekly downloads. As such, serverless-api-gateway-execution-log-manager popularity was classified as not popular.
We found that serverless-api-gateway-execution-log-manager demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.