I have a common folder containing shared files, now I gave the path to this common folder in the 'source' section, and in the destination section of 'packageCopyCommon' I gave some required path like 'src/common/' so that my lambda handler can easily access these shared files.
Now, I want to exclude some of the files in the common folder before copying to the destination path, is that possible ?? is there any way to do that ??