Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@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 0 weekly downloads. As such, @serverless/enterprise-plugin popularity was classified as not 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.