enderv
enderv
Add check for if daemonset is ready
Was wondering if there was a reason its doing describe all instances instead of polling by Auto Scaling Group name using [describeAutoScalingGroups](http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/AutoScaling.html#describeAutoScalingGroups-property)?
Some lint fixes and adding an initial assignment to get primitives copied over. With code I was working with some values were still empty. Tested on the struct I was...
Been playing around a bit and so far this is pretty awesome. Have a question about the logging however. In the documentation it lists this example ``` app.use(scope, (ctx, next)...
### What problem are you facing? Some resources do not allow deletion if they have dependent resources (s3 bucket with items, vpc with resources, etc). This can cause the provider...