JSPM

@serverless/dashboard-plugin

7.1.0-51dc6c99
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 957299
  • Score
    100M100P100Q253460F
  • License MIT

The Serverless Dashboard plugin

Package Exports

  • @serverless/dashboard-plugin
  • @serverless/dashboard-plugin/index.js
  • @serverless/dashboard-plugin/lib/client-utils
  • @serverless/dashboard-plugin/lib/client-utils.js
  • @serverless/dashboard-plugin/lib/dashboard
  • @serverless/dashboard-plugin/lib/dashboard.js
  • @serverless/dashboard-plugin/lib/is-authenticated
  • @serverless/dashboard-plugin/lib/is-authenticated.js
  • @serverless/dashboard-plugin/lib/login
  • @serverless/dashboard-plugin/lib/login.js
  • @serverless/dashboard-plugin/lib/resolve-provider-credentials
  • @serverless/dashboard-plugin/lib/resolve-provider-credentials.js
  • @serverless/dashboard-plugin/package
  • @serverless/dashboard-plugin/package.json

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@serverless/dashboard-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Serverless Framework Dashboard Plugin

Build Status npm version codecov

To enable the various features of the Serverless Framework Dashboard 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 Dashboard 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)