Aaron Suggs

Results 6 issues of Aaron Suggs

Add [ktheory.com](https://ktheory.com)

Add examples for how to use `cfn-flow` with backing resources. Backing resources are re-used across deploys, and may include: - security groups - IAM roles & instance profiles - RDS...

Emit events before/after: - uploading templates - launching a stack - shutting down a stack That would allow users to, say, check that tests have passed before deploying, and log...

Tiny tweak: I changed the sentence that referenced the imperative implementation in iterators5.rs. The imperative implementation was already removed and replaced with `todo!()`, so the reference could be confusing.

On first run, the shell does not have `~/.ksr.rc` (or appropriate config) loaded. We'll have to re-exec the shell to get it loaded. E.g. for bash: `exec bash -l`

Some folks have: ``` ls -ld /usr/local drwxr-xr-x 22 root wheel 748 Mar 23 15:11 /usr/local ``` Try to change it to `sudo chown -R $(whoami):admin /usr/local`