Mark Peek
Mark Peek
Opening for @MattJaccino based on questions in another issue. Not specific to WAFv2, but one thing that did strike me as odd was that resource objects can be successfully initialized...
Based on the auto-gen work and @ITProKyle typing changes, I put together a quick prototype to allow for some intellisense functionality. This is a WIP. To try out: ``` -...
Wanted to start an issue to discuss goals for troposphere 3.0: - [All core code gets generated from the resource specs](https://github.com/cloudtools/troposphere/issues/618) - [Python 3+](https://github.com/cloudtools/troposphere/issues/1295) (remove the EOL python2 support) -...
DO NOT MERGE THIS CHANGE - this is a WIP As mentioned in #1295, I'm prototyping ways to better auto-generate troposphere files from the AWS resource specification. This should then...
Per #1064, add an example for bringing up an EKS cluster.
Some of the property required entries (CacheNodeType and Engine) needed to be "not required" due to the conditional requirement when specifying PrimaryClusterId. This issue is being opened due to accepting...
Does the new [custom domain support for https](https://blog.github.com/2018-05-01-github-pages-custom-domains-https/) mean we can support https for http://dispatchframework.io/ ?
- [X] Feature ## Detailed Description When running through our examples I added the seed.yaml. Then looked at the status: ```hello-py | python3 | INITIALIZED | Sat Jan 1 10:59:06...
While the quickstart on the README is a good, quick introduction, it would be good to have a fuller tutorial that gets into what dispatch is doing along the way.
It would be nice to have a dispatch "status" command that could detect and report on the current installation of dispatch. Things like installed components and missing components.