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

I'm doing the quickstart, where the "onboarding" page asks me to run `serverless login`. Serverless login asks for my account, then takes me back to the same onboarding page. My...

bug

I know you can reference an env var form a **JSON** or **YML** file to `serverless.yml` but is it possible to do the same for `serverless.test.yml`? By the way, I...

question

This issue doesn't related to https://github.com/serverless/serverless/issues/2508 because caused by internal SLS feature. We have big stack with 130+ python functions migrating to SLS. All the issues with AWS limitations were...

bug

### **Versions** SAM Version: 1.23.0 VS Code version: 1.46.1 AWS Toolkit extension version: 1.24.0 ### **Question:** While trying to run a lambda functions locally, I am trying to refer to...

question

HI, in my use case our IAM user have no permissions to create any role/policy so when i tried to switch to enterprise plugin deployment fails with: API: iam:CreateRole User:...

Currently when SDK errors with _user error_, the error as presented to use is in form that we present _programmer errors_, with full stack trace: ``` Serverless: Using local credentials....

bug

Part of: https://github.com/serverless/enterprise-plugin/issues/464 Needs to be done after https://github.com/serverlessinc/platform/issues/253 is implemented. It should replace the following calls: - `getApp` - `getApps` - `createApp`

enhancement

Part of: https://github.com/serverless/enterprise-plugin/issues/464 Needs to be done after https://github.com/serverlessinc/platform/issues/252 is implemented.

enhancement

Enabling Dashboard integration via setting org and app properties in serverless.yml while using webpack packaging and aws-sdk as a runtime dependency, results in significant Lambda runtime duration when an error...

bug

When deploying using https://github.com/flowaccount/nx-plugins/tree/master/libs/nx-serverless I get the following error: `Could not find any serverless service definition file.` I think this error is related to the fix that was done here:...

question