Added lambda_package option to map files into the zip archive (rename)#81
Added lambda_package option to map files into the zip archive (rename)#81lukas-gitl wants to merge 1 commit intoTim-B:masterfrom
Conversation
…allowing for renaming)
|
Thanks for the pull request! Would you mind explaining the use case you see for this a little more? Also, it looks like the unit tests could probably cover a bit more of your new functionality. |
|
This is to allow for different environment configurations in the packages. I think this project would benefit from coverage with the tests... It's covered, but hard to see when stuff gets uncovered in the future. |
|
The use case here, as I see it (and could use it right now) would be to pass different environment configs (or other files or any other reason) into the package deployed. For example - I want to deploy the "dev" version with the I need my code to behave differently (talk to different resources, whatever) for different environments. While I suppose I could package multiple @lukas-gitl does that match up with your use case? |
No description provided.