
Security News
Scaling Socket from Zero to 10,000+ Organizations
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.
@serverless/enterprise-plugin
Advanced tools
This is a Serverless Framework plugin which helps you use advanced monitoring, tracing and governance features via the Serverless Platform.
The Plugin automatically wraps your functions and instruments them with the Serverless Platform's monitoring, alerting, logging and tracing features.
This isn't published to npm yet, so first clone this repo.
Next, in your Serverless Framework service's package.json, reference it on your system as a development dependency, like this:
"devDependencies": {
"serverless-platform-plugin": "file:../../platform-plugin"
}
Make sure to update the path to point to the correct directory.
In your Serverless Framework service, run npm i
Then add the plugin to your serverless.yml, like this:
plugins:
- serverless-platform-plugin
For collection logs to the platform, you need to set some configuration in your serverless.yml
custom:
platform:
collectLambdaLogs: true
# Note: Automatic configuration for collecting API logs
# is only possible on never before deployed apps for
# right now. his is a limitation of API Gateway and
# CloudFormation at the moment. We are looking for options.
collectApiLogs: true
Currently, the serverless-sdk is within this project. On deployment, this plugin copies a bundled and compressed version of the serverless-sdk into your Service package before it's uploaded.
If you are updating the serverless-sdk, afterwards be sure to cd into the sdk-js folder and run npm run build to create a bundled version in sdk-js/dist.
On the next deployment, the new sdk will be included.
FAQs
The Serverless Dashboard plugin
The npm package @serverless/enterprise-plugin receives a total of 45,972 weekly downloads. As such, @serverless/enterprise-plugin popularity was classified as popular.
We found that @serverless/enterprise-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.

Security News
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.

Research
Socket Threat Research maps a rare inside look at OtterCookie’s npm-Vercel-GitHub chain, adding 197 malicious packages and evidence of North Korean operators.

Research
Socket researchers identified a malicious Chrome extension that manipulates Raydium swaps to inject an undisclosed SOL transfer, quietly routing fees to an attacker wallet.