As per the AWS CloudFormation documentation, I simply added a , and added more sources for multiple zip files.
When I launched the stack only the last source (zip file) was downloaded and unzipped in the right location, all others were simply ignored.
Probably my JSON is wrong. Anyone ?
I got a reply from AWS.
You cannot have a the two keys of the same kind, e.g. above the two keys are “C:\folder1\folder2\” and “C:\folder1\folder2\”. They must be different.
So I changed one of the “C:\folder1\folder2\” to “C:\folder1\folder2\folder3” and changed my zip file to accommodate this change such that finally the contents will be in the right folder structure.