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

In this early stage, components don't use their stage or anything else when naming resources. This can results in collisions. We also want to enable people to easily spin up...

# Description Hi, when I try to add a custom domain (eg the 'domain' input property) and then deploy it, I get: `"Your AWS ACM Certificate for the domain ""...

Thanks for awesome library Is there a way to import data from cloud formation stacks in same region, same as you would in a regular serverless.yml file? e.g `Fn::ImportValue`

kind/question

Trying to deploy a new component, I get that error. How can I specify a custom bucket name? ``` DEBUG ─ Resolving the template's static variables. DEBUG ─ Collecting components...

## Description The components' inputs are not parsed correctly when using environment variables with extra string, only the variable itself is assigned. ## Sample code .env ```ini DbTablePrefix="dev_" ``` serverless.yml...

# Description after running "serverless" , the generated url returns 404 ## Additional Data E.g. stack trace, version, operating system, ...

kind/question

# Feature Proposal ## Description I should be able to run `sls --help` (or `serverless --help`) to get output of possible commands for the cli. Also I should be able...

kind/bug

# Description 有办法提取出来host吗,url是这样的 url: https://service-k40ic7ac-1251120934.gz.apigw.tencentcs.com/release/,希望只保留域名,把这个参数直接加入到跨域的设置里面,把https://的前缀截断掉。只留下 service-k40ic7ac-1251120934.gz.apigw.tencentcs.com,便于更好的传递参数。现在需要手工修改。 ![image](https://user-images.githubusercontent.com/26135229/71979270-3d966a00-3258-11ea-823a-63fa4709a64a.png) ![image](https://user-images.githubusercontent.com/26135229/71979324-628add00-3258-11ea-943d-914737b1fea4.png) ## Additional Data 参考的模板: https://github.com/serverless/components/blob/master/templates/tencent-fullstack-vue-application/serverless.yml

# Bug Report ## Description When we run command `serverless -v` in a project using `component`, it can not show `severless` version, just start deploying project. I found that in...

kind/bug

Most Data Scientist know how to work on the models but they don't know how to setup an evironment to train them and subsequently deploy them to production for inference.

kind/feature