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

# Description I noticed some work was going into refactoring the website component, I was wondering if a feature request would be to modify the way that the bucket was...

kind/feature

The README table of contents notes a "Components List", but the link just points to https://github.com/serverless-components/ -- the organization homepage on Github. Is there an actual list of serverless components...

I have the following serverless.yaml: ``` component: website # (required) name of the component. In that case, it's website. name: sa-front # (required) name of your website component instance. app:...

# Description It should be a common use case to integrate Serverless Component into CI/CD pipelines, where outputs are usually parsed with scripts to further trigger other pipelines. It would...

# Description When running "npm install -g serverless-components" on my own personal laptop (win10) I get the following error: "Error: Couldn't find your IP" It appears to be trying to...

Relates to #266, #267 and #270 # Description Users may need to create a VPC in AWS, whether for their Lambda functions or for Fargate containers. This component lets a...

help wanted
good first issue

Vulnerability registered for nested dependency with `xmlhttprequest-ssl-1.5.5`. Upgrade to 1.7.0 should remediate. I can work on the PR, but if someone gets it sooner, great. ## Additional Data Dependency map:...

# Description I think it would be great to have Gitlab and Netlify support for static websites

help wanted
good first issue
component

Using [email protected] I deployed to a `production` stage which i don't want to see in my serverless dashboard anymore, so I tried removing via CLI. When I try removing it...

Is there an example/info on rollbacks and sls components?

help wanted
kind/feature