Results 15 comments of Aaron McMillin

Feature request? Right to left might be a little strange, but bottom to top I think is useful. My UI will be like filling up a thermometer. What would it...

Agreed, it should be implement for both horizontal and vertical. Yes, docs would have to be clear. I don't think the implicit link makes sense. All four cases below seem...

I was thinking `diff -u` for the output. I've also found that on one host I need a different .gitconfig, so I don't link it, but do a vimdiff when...

Thanks for the tip on gitconfig-local. Already doing _local's with .bashrc and .vimrc. Homeshick already prompts to replace existing files with symlinks. But I never want to just say yes,...

That would be awesome! If it picked up an environment variable for the actual diff command that would be even better. I can take a look at the implementation as...

Take a look at my PR: https://github.com/GetStream/stream-django/pull/67

But this won't run through the Django start up mechanism will it?

@drummonds We keep our secrets in credstash, and use the name of the key in zappa_settings. It's a django app, so settings.py pulls them all in one time during instancing.

You already put the token in SSM, just remove it from the userdata, and have userdata fetch the value

I'd prefer a command line flag to point to a config file, and/or looking at lambda-cron.yml in the current directory or ancestor. But agree, the single hard coded config path...