components icon indicating copy to clipboard operation
components copied to clipboard

The Serverless Framework's new infrastructure provisioning technology — Build, compose, & deploy serverless apps in seconds...

Results 102 components issues
Sort by recently updated
recently updated
newest added

(I originally posted this on the express component but here might be the better place) The link to [serverless.com/components](https://serverless.com/components) ([Wayback Machine](https://web.archive.org/web/20210420123718/https://www.serverless.com/components/)) now redirects to the main framework page and there...

# Description I've tried to deploy website component using BitBucket Pipelines but I've gotten an error Here is my output with SLS_DEBUG=* flag Deploying... Creating or updating the meta IAM...

# Description I'm trying to remove components with Github actions by running `npx serverless remove` and I'm receiving the following error. The component has been deployed in a different pipeline...

# Description Currently, I don't think it is possible to turn off auto deploys when running Serverless commands, mainly the `serverless dev` command. I'd like to be able to view...

# Description I'm not sure if this is the correct repo as I'm confused if this is at the serverless level or the components-v1 level but: The CLI was failing...

# Description When i run `npx serverless --debug`, a lot of meaningless logs are output. This makes debugging very difficult. ![Screen Shot 2020-11-03 at 5 22 17 PM](https://user-images.githubusercontent.com/15520015/97962745-27662580-1df9-11eb-92e5-a54847cca6d4.png) In CI...

# Description I can not use serverless to deploy. ## Additional Data ```yml name: myapp org: myorg inputs: # The configuration the Component accepts src: src: ./src hook: npm run...

# Description I speak as someone who have never really used `@serverless/components` directly (I've only used Serverless CLI so far). This dependency has caused me a lot of problems in...

# Description This is not an issue but more like a question ## Additional Data Is there any option to remove the dependency of @serverless/platform-client-china? Many thanks

kind/question

# Description I want to run different build commands for my static website, depending on the stage. The following does not work, because the `${stage}` is empty, even when explicitly...