Ross Simpson
Ross Simpson
Slack messages are sent one-at-a-time, potentially with a 1-second sleep in between (controlled by config value `slack_sleep_enabled`). For large datasets, this can result in either: - a very long time...
A common use case we have for `iamy` is to add a user to the assume-role-policy-document for some role. When there are already a number of users in such a...
I had a typo in the filename of my template file in `stack_master.yml`, which meant that it referred to a nonexistent file (left off the `.rb` extension): ``` elb-test: template:...
Since stacks can declare dependencies on others (via the `stack_output` resolver), it would be nice to be able to visualize these dependencies. Much like `bundle viz`, create a command which...