Subfolder merge & tests
-
Subfolder merge mode: Option to have each input artifact contained in its own folder within the output artifact zip, with the folder name being the input artifact name itself. To set this option, enter the JSON string
'{ "subfolder": true }'
as an input parameter to the lambda. -
Tests
mergeArtifacts test
mergeArtifactsWithSubFolder test
Options parameter validation test
Credits for the new feature & tests goes to @ts33 , thanks!