Skip to content

Subfolder merge & tests

Compare
Choose a tag to compare
@Tanbouz Tanbouz released this 02 Feb 17:07
· 20 commits to master since this release
  • 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!