-
The packaging process should be moved into an own plugin.
**Status:**
Done --> See https://github.com/serverless/serverless/pull/1494
**This includes:**
- [x] Zipping up a whole service
- [x] One se…
-
This plugin should make it able to deploy separate functions (instead of the whole service).
-
calling
`$ senza status --region senza-stack-template.yml stack1`
or
`$ senza wait --region minion-stack-template.yml stack1`
or
`senza events --region minion-stack-template.yml stack1`
...
(notice I …
-
The help function is busted in 0.12 (both on Mac OS X and Linux)
aws help
aws ec2 help
and all variants give
buildoperator@build-saas:~$ aws ec2 help
Traceback (most recent call last):
File "/usr/…
-
```
16:39:04 UTC+1100 CREATE_FAILED AWS::ElasticBeanstalk::Environment RIEnvironment No Solution Stack named '64bit Amazon Linux 2015.03 v1.4.1 running Ruby 2.2 (Passenger Standalone)' found
``…
-
To allow multiple providers we need to implement a way for functions to only be deployed to specific providers.
Regarding selecting which functions should be deployed to which provider I propose the …
-
The following is a proposal for reworking the existing `kube-up.sh`, `kube-down.sh`, and `kube-push.sh` to eventually be in Go for advanced cloud deployments, while allowing the existing shell investm…
-
Hello, any help appreciated.
I am using knife cloudformation create ChefTest -VV and receiving this stack error
```
(eval):24:in `dynamic': undefined method `push' for nil:NilClass (NoMethodError)
…
-
No one seems to have asked anything about how to handle user_data for a launchconfig so maybe I'm missing something, is there a way to take an erb template or a shell script and add it to the user_dat…
-
I have two EC2's setup near-identically and am working with the same code in each. In the first one lambda-uploader works as expected. In the second one lambda-uploader does not include the virtuale…