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 After a few months I didn't deploy anything and updated to the latest version (3.7.1) I cannot able to deploy any components due an AWS SDK authentication error....

# Description Add an aws-rds component for creating a new relational database instance. ## Inputs - DBInstanceClass - DBInstanceIdentifier - Engine - EngineVersion - DBName - CharacterSetName - MasterUsername -...

## how my component can show on https://registry.serverless.com I done serverless registry publish ,and my component already can used in my project. but I can't find it on https://registry.serverless.com site....

A great, simple and cheap use case for a component is a URL shortener that might just only require API Gateway proxies with a custom domain name. Lambda & DynamoDB...

good first issue
component

Hi, I wanted to enable binary support on API gateway, but could not find the way to do it via component's `inputs`. Is this something that you would consider adding...

kind/enhancement
help wanted
good first issue

# Description There is no indication that the latest version of SLS is used. It would be helpful to check for potential upgrades on each run (with the possibility to...

# Description I have a multi stage setup, here is my current directory structure ``` ➜ tree . ├── README.md ├── dev │ └── serverless.yml ├── package.json └── prod └──...

I have an executable file that has executable permissions, set with `chmod +x`. When spawning that file with Node.js locally, everything works perfect. As soon as I deploy this with...

# Description Currently, with a custom serverless component (e.g a modified serverless.js), if an error is thrown in serverless.js while running `serverless`, the exit status will be zero, indicating success....

# Description OS: Linux Serverless version: Components version 2.34.9 I am trying to use `website` component following this instructions here: https://github.com/serverless/components#simplicity Steps: - Run `npx serverless init react-starter` - Run...