Florian Motlik
Florian Motlik
At the moment different parts of the tool call sys.exit when they should really throw an exception which can then get caught on the highest level and handled. sys.exit should...
Output should be colored and centralised in a logging module or something that is easy to deactivate
It would be great to have more text filters implemented, similar to [Ansible Filters](http://docs.ansible.com/ansible/playbooks_filters.html#filters-for-formatting-data). For example loading from and writing to json/yaml so users can decide which languages to use.
**Is your feature request related to a problem? Please describe.** When sending Budget or in the future Auditing Alerts a standardised SNS Topic to send Alerts through should be implemented....
**Is your feature request related to a problem? Please describe.** Teams not using IAM Users and Groups have no simple way to deploy their IDP/SAML integration. The Baseline should have...
The python3.7 boto3 version doesn't support paginators for: * list_stack_sets * list_stack_set_instances For now we've implemented our own paginator, but should switch when a newer boto is supported. Code: ```python...
With StackSets you can't define the specific stack that is used, so we need to support defining a StackSet CFN stack and CF exports * Support CloudFormation exports for Awsie...