YouTubeForAlexa icon indicating copy to clipboard operation
YouTubeForAlexa copied to clipboard

Consider making the content of the Lambda function zip available in the Git repo in an unzipped format.

Open DavidBerdik opened this issue 3 years ago • 1 comments

The use of the zip file is of course extremely convenient for sharing code that can be easily uploaded to AWS Lambda, but on the other hand, not providing the code in the Git repo in an unzipped format makes it very challenging to analyze code changes that were made between each commit. I would therefore like to suggest that in addition to providing the zip file containing the code for the Lambda function, the Lambda function code should be provided in an unzipped format as well.

DavidBerdik avatar Jun 05 '22 02:06 DavidBerdik

For my own convenience, I've created a repo that contains the contents of the function in an unzipped format, however, I think it would still be a good idea if you would do it. 🙂

https://github.com/DavidBerdik/YouTubeForAlexa-Lambda

DavidBerdik avatar Jun 29 '22 21:06 DavidBerdik