Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
@serverless/enterprise-plugin
Advanced tools
To enable the various features of the Serverless Framework Enterprise for a particular Service you must deploy or redeploy that Service, using Serverless Framework open-source CLI version 1.45.1 or later.
Upon deployment, the Serverless Framwork Enteprise Plugin will automatically wrap and instrument your functions to work with the Serverless Framework Enterprise dashboard.
npm i
cd sdk-js
npm i
cd -
sdk-js
needs to be compile, & tests use the dist
build for integration purposes.
npm run build
npm t
cd sdk-js
npm t
cd -
npm run integration-test
First build & link your plugin globally:
npm run build
npm link
Then clone & link sls & link the plugin into sls:
git clone https://github.com/serverless/serverless
cd serverless
npm i
npm link
npm link @serverless/enterprise-plugin
If you need to work with a development version of the platform SDK too, in the sdk, run:
npm run build
npm link
and then in both serverless & this plugin, run npm link @serverless/platform-sdk
package.json
FAQs
The Serverless Dashboard plugin
The npm package @serverless/enterprise-plugin receives a total of 20,764 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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.