jorgebastida / gordon

λ Gordon is a tool to create, wire and deploy AWS Lambdas using CloudFormation
Other
2.05k stars 137 forks source link

Include symlink targets in creation of application zip #136

Closed rcramblit closed 6 years ago

rcramblit commented 7 years ago

Added wrapper for os.walk() that safely follows symlinks, added ability to add symlink targets to application zip.

Maybe this should be a setting that can be toggled by the user?

jorgebastida commented 6 years ago

Thanks for the PR. Merging https://github.com/jorgebastida/gordon/pull/142 as it looks simpler