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

# Feature Proposal Would you pleaes add aws chinese regions: cn-northwest-1 (宁夏) cn-north-1 (北京) ## Description ``` Serverless: Packaging service... Serverless: Excluding development dependencies... Serverless: Installing dependencies for custom CloudFormation...

bug

This pulls in an ancient version of node-fetch that I'd prefer to purge from my node_modules.

dependencies

Seems that if you login with one account successfully and can view your applications, you then logout and try to login with a different account the dashboard breaks with a...

I tried to set up a DLQ for my edge lambdas after receiving the policy warning `require-dlq`, but it's not allowed by AWS.

Sign up with a unique email address and password and the verify email prompt never shows since the browser is constantly redirecting. ![RedirectLoop](https://user-images.githubusercontent.com/4112280/59265488-b6dbc900-8c45-11e9-8967-6e0be61dd77a.gif)

I have just added app and tenant lines in serverless and ran "serverless print --stage dev" command and now getting errors like "cf:cloud-deploy-test.IoTCustomEndPoint waited on by: undefined". Somehow region is...

When the enterprise plugin is activated, it is no longer possible to use simple callback error responses with standard strings like "Unauthorized" ``` TypeScript exports.handler = async function (event, context:...

I'm getting an error "cannot read property 'push' of null" when running `sls deploy`. Any ideas? Here's the logs: ``` MBP6423:back-channel matt$ export SLS_DEBUG=sls deploy MBP6423:back-channel matt$ sls deploy Serverless:...

bug

What would be a killer feature is doing what nsolid does. They created a plugin that deploys a custom lambda layer for metrics. You can then inspect CPU performance, which...