awslabs/aws-codeseeder

[BUG] Override of config parameters not working

dgraeber opened this issue · 0 comments

Describe the bug
When passing in a decorator to override the configuration of aws-codeseeder, the changes are not being evaluated.

For example, the codebuild_image is configured as a config parameter (default) and the image itself is changed with a remote decorator. That image override is not referenced.

REF: codeseeder.py line 217