components
components copied to clipboard
The Serverless Framework's new infrastructure provisioning technology — Build, compose, & deploy serverless apps in seconds...
Hey, I tried the vue-starter component standalone. I like that it`s easy to deploy the stuff to cloudfront and AWS. **What I recognized and would like to improve:** 1. deployment...
# Description As I understand from [fullstack-app](https://github.com/serverless-components/fullstack-app) example components can be nested in directory and automatically deployed (taking care of dependencies). This seem does not work with nested components in...
# Description Terminal status can not change when using no code upload component, normally, when run `serverless deploy`, for terminal will output deploy phases, like `Initializing -> Uploading -> Deploying`,...
# Description How can I configure an S3 event to trigger an function as it's possible with classic serverless service configuration https://serverless.com/framework/docs/providers/aws/events/s3/ Thanks
Acknowledging: I've searched this isn't creating a duplicate and it is, I believe, about the core tool (the cli package) ### For a new user, the error states in the...
I found `serverless cli` using [dotenv](https://github.com/motdotla/dotenv) to parse `.env` file, but `dotenv` will convert all variables to `string`, if I config `number` type in `.env` for example `PORT=3306`, then my...
# Description When trying to use ${...} to input dynamic variables into my serverless.yml it does not parse them. ## Additional Data Using `stage: ${opt:stage, 'dev'}` in my yml file...
# Description When trying to deploy a serverless component with `serverless deploy` using a javascript file for inputs, it fails with `"service" property is missing in serverless.js`. I have tested...
I might be wrong, but when I checked the serverless components are deployed only with user's AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY. It would be nice to be able to support IAM Role...
# Description Currently, we use `sls info` to get deployment status of a component, since the serverless framework can deploy applications with multiple components, it's good to support `sls info`...