Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@serverless/enterprise-plugin

Package Overview
Dependencies
Maintainers
2
Versions
497
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serverless/enterprise-plugin

The Serverless Dashboard plugin

  • 4.4.3-72019bd3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
33K
decreased by-7.25%
Maintainers
2
Weekly downloads
 
Created
Source

Serverless Framework Enterprise Plugin

Build Status license coverage Known Vulnerabilities

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.

  • If you are an existing Serverless Framework Enterprise dashboard user and have a previously deployed Service that you now want to configure to use Serverless Insights, Secrets or other Enteprise features, follow these steps to update an existing Service
  • If you are new to the Serverless Framework open source CLI or Serverless Framework Enterprise simply follow the steps in this new user getting started guide to get up and running

Upon deployment, the Serverless Framwork Enteprise Plugin will automatically wrap and instrument your functions to work with the Serverless Framework Enterprise dashboard.

Dev notes

Install dependencies and build SDK JS

npm i
cd sdk-js
npm i
npm run build
cd -

Test

npm t
cd sdk-js
npm t
cd -
Integration tests

For integration tests run you need an access to integration dashboard organization, and generated for it access key.

Then tests can be run as:

SERVERLESS_ACCESS_KEY=xxx npm run integration-test

Release process

  • Create a PR updating version in package.json
  • Create a draft release on github with a change log
  • Have it approved & merge (Release is automatically published via CI)

FAQs

Package last updated on 08 Mar 2021

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc