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 In serverless framework, this issue was raised here: https://github.com/serverless/serverless/issues/4473 and an additional param was added in this PR: https://github.com/serverless/serverless/pull/6216 But, when I tried using the same param with...

**WIP - Do not merge yet.** Only allows the user to explicitly set credentials with `.env` file, or providers.

## What has been implemented? Duplicate code exists in different places on src/cli/utils.js. All of them seem to server one goal: given a directory, a filename and several different file...

# Description I try to put my little node js code on the AWS lambda function created via our AWS express component. it works fine when running on localhost but...

# Description I'm struggling to find documentation for the registry or any UI to browse components. Additionally a lot of the components under `serverless-components` seem to be outdated at this...

# Description Hi folks . We are finding that the template below doesn't work. the stage parameter is just not taken into account on the hook (removed it on the...

The `aws-sns` component allows users to provision SNS topics, and subscribe services to it (ie. lambda). Having a standalone SNS component allows maximum flexibility by subscribing multiple lambdas to the...

Currently it isn't possible to define trust relationship policy document for a role: https://github.com/serverless/components/blob/765740cbfe74887d9028c94551cb86604f2598b2/registry/AwsIamRole/src/index.js#L97 Expected result: ```json { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "Service": [ "lambda.amazonaws.com",...

# Description In the serverless cli docs it specifies that by using **-c** you can specify an alternative deployment file. If I try to specify a file I get `"service"...

# Description `components publish xxx` command need to support auto updates of version in `serverless.component.yml`, like below: ``` components version patch/minor/major ```