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

### Are you certain it's a bug? - [X] Yes, it looks like a bug ### Is the issue caused by a plugin? - [X] It is not a plugin...

### Are you certain it's a bug? - [X] Yes, it looks like a bug ### Is the issue caused by a plugin? - [X] It is not a plugin...

bug

### Output ``` ~/dev/experiments/aws-serverless-probot-example- main* ❯ serverless 17:50:48 Using local credentials. Add provider credentials via dashboard: https://app.serverless.com//providers ``` ### Details I guess the reason are these lines: https://github.com/serverless/dashboard-plugin/blob/3cdcb47a7f0ccacebb188aa4d49b637215fa086d/lib/deploy-profile.js#L58 https://github.com/serverless/dashboard-plugin/blob/3cdcb47a7f0ccacebb188aa4d49b637215fa086d/lib/dashboard.js#L10-L11 If...

The following interdependency causes an issue with yarn audit detecting GOT as vulnerable ``` ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ moderate │ Got allows a redirect to a UNIX socket │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package...

I am trying to implement the AWS lambda function packaging as a docker container image as explained in the blog, and I am getting the error below when I test...

I'd like to request (or even work on) adding support for ECR images with the Serverless Dashboard. From what I understand, the issue is that packaging is done strictly by...

I have uploaded the serverless lambda function code. While try to run API endpoint its return the error. `"errorType":"Runtime.ImportModuleError","errorMessage":"Error: Cannot find module 'api'\nRequire stack:\n- /var/runtime/UserFunction.js\n- /var/runtime/index.js` Find the project structure....

question