dashboard-plugin icon indicating copy to clipboard operation
dashboard-plugin copied to clipboard

The Serverless Framework Dashboard plugin

Results 49 dashboard-plugin issues
Sort by recently updated
recently updated
newest added

The vendored `serverless_sdk` at https://github.com/serverless/dashboard-plugin/tree/main/sdk-py/serverless_sdk is outdated. It is incompatible with Python 3.11, as it relies on a version of `wrapt` which relies in turn on `inspect.formatargspec`, which was removed...

Fixes CVE-2022-25912. (See https://github.com/advisories/GHSA-9p95-fxvg-qgq2)

I'm attempting to use Typescript with serverless and hit an issue with the dashboard plugin when I changed my function file from a `.js` extension to `.ts`. After this change...

Hi, I am getting 401 when requesting the package in my project. npm ERR! 500 Internal Server Error - GET https://registry.npmjs.org/@serverless%2fdashboard-plugin - KV GET failed: 401 Unauthorized

### Use case description Since Lamda now supports node 14.x (https://aws.amazon.com/blogs/compute/node-js-14-x-runtime-now-available-in-aws-lambda/), it would be nice to be able to write node services using ES6 import syntax without a transpiler.

enhancement

On hold, as first, changes to backend API need to be deployed to Console backend prod stage

enhancement

Just wondering if `"ip": "$context.identity.sourceIp"` is missing on purpose within the log format?

Snyk has identified that `simple-git` has [remote code execution](https://security.snyk.io/vuln/SNYK-JS-SIMPLEGIT-3177391) issue in versions less than 3.16.0. This repo needs `simple-git` updated. More info here: https://security.snyk.io/package/npm/simple-git

From what I've read the serverless framework is designed to produce deterministic builds, but this is not happening on my project with the dashboard plugin enabled. Each deploy ends up...

We are using the serverless framework in the application for our backend microservices and I am looking to update the microservice version number in SSM from a serverless lifecycle hook...

question