Florian Motlik

Results 17 issues of Florian Motlik

When deploying the same template to multiple stacks at the same time in parallel there can be race conditions where formica removes a file and bucket that another formica run...

Modules can only be loaded from subfolders of the current folder. This should be changed to be able to point to other directories that contain the modules instead of having...

When using modules and the Template files in a module subfolder is not in lower case it won't be found. The problem is in the loader module where the following...

If a module defines a Condition, the Condition should be propagated to every Resource in the module. For nested modules either the parent condition should be used unless the nested...

At the moment AWS is set up in a weird way and should be cleaned up. Also move organizations and regions requests into an AWS module so we have easier...

Having the current git commit ID commit count and a Last Updated timestamp could be helpful for stacks

At the moment a module doesn't check which properties are embedded in it. This is an issue if there is failed indentation and properties look like they are part of...

Especially for CI it can be helpful to create the stack if it doesn't already exist. This should be a separate option for change, e.g. `--create-if-missing` so its clear that...

enhancement

At the moment we load yaml files in cli for config files and loader for template files. Those could become part of the same yaml loader.

When moving from print to logging messages were set to logger.info instead of logger.error when appropriate. Should be cleaned up so different printing options for error messages work everywhere.