Randall Hunt
Randall Hunt
The only problem I see is that I wanted post-commit to be somewhat network independent. I spend most of my time on airplanes where the connectivity is bad -- is...
Sounds great! I don't use slack personally but I know a lot of people do and would appreciate this. On Wed, Jun 3, 2015 at 12:54 PM, Adao Feliz [email protected]...
That sounds good: ``` json { ... "extensions": { "tumblr": {...}, "slack": {...} } } ```
My apologies this project has been on hold for sometime. I'll update it this weekend. I don't use Heroku myself but I'll try to get it running on Heroku anyway.—...
What region are you in and which template were you trying to deploy? sorry for the slow response here - I wasn't notified for some reason.
There should be a method to disable the sorting of cfninclude items lexicographically - this generates large stack diffs that generate no material changes. These large diffs make it difficult...
While the resource issue is indeed a cloudfront issue it actively prevents adoption of CDK. The problem is preserving immutable deployments and minimizing generated change sets. Having the option to...
We've seen this come up more and more as people adopt CDK. A specific scenario: It's especially annoying for people working with MAP as they're trying to confirm their tags...