claranet / terraform-aws-lambda

Terraform module for AWS Lambda functions
MIT License
157 stars 127 forks source link

FIX: Preserve permissions when building archive #37

Closed bhosking closed 5 years ago

bhosking commented 5 years ago

Permissions are not copied when copying the source files into the temporary directory in preparation for building the archive. This can make previously executable binaries no longer work in the lambda environment.

Copy the permission bits of the original files when copying the files.