[ x ] All new jobs, commands, executors, parameters have descriptions
[ x ] Examples have been added for any significant new features
[ x ] README has been updated, if necessary
Motivation, issues
SSM Parameters with descriptions introduced newline characters into the for loop. Resulting in an exit code 4 as the JSON parsed on line 20 of src/commans/load.yml was invalid.
Description
Added extra step to remove descriptions from returned parameter object before looping through values.
Checklist
Motivation, issues
SSM Parameters with descriptions introduced newline characters into the for loop. Resulting in an exit code 4 as the JSON parsed on line 20 of
src/commans/load.yml
was invalid.Description
Added extra step to remove descriptions from returned parameter object before looping through values.
Closes #20