Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
serverless-autoprune-plugin
Advanced tools
Serverless Auto-Prune Plugin - Delete old AWS Lambda versions
This Serverless 0.5.x plugin deletes old AWS Lambda versions.
The plugin lets you delete old AWS Lambda versions from your account.
serverless-autoprune-plugin
heavily inspired by Nopik's
serverless-lambda-prune-plugin
but adds some much needed functionality such as limiting pruning to a specific region, project and function.
It is fully compatible with Serverless 0.5.5 and higher.
Install the plugin module.
npm install serverless-autoprune-plugin --save
will install the latest version of the plugin.
If you want to debug, you also can reference the source repository at a specific version or branch
with npm install https://github.com/arabold/serverless-autoprune-plugin#<tag or branch name>
Activate the plugin in your Serverless project.
Add serverless-autoprune-plugin
to the plugins array in your s-project.json
.
{
"name": "my-project",
"custom": {},
"plugins": [
"serverless-autoprune-plugin"
]
}
This plugin adds a new function command prune
:
serverless function prune [ function-name [...] ]
You can specify one or multiple function names to prune, omit any function names to prune the
functions in the current directory tree, or specify -a
or --all
to prune all functions of the project.
-r|--region <region>
: prune only a specific region (defaults to all regions).-n|--number <number>
: keep last N versions (defaults to 3).-a|--all
: prune all functions of the current project.function deploy
FAQs
Serverless Auto-Prune Plugin - Delete old AWS Lambda versions
The npm package serverless-autoprune-plugin receives a total of 3 weekly downloads. As such, serverless-autoprune-plugin popularity was classified as not popular.
We found that serverless-autoprune-plugin 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 a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.