eabglobal / juniper

Juniper is a cli based tool used to package lambda functions
Apache License 2.0
67 stars 9 forks source link

bin folder when packaging layers #43

Closed pdiazvargas closed 5 years ago

pdiazvargas commented 5 years ago

When trying to package a library like wkhtmltopdf, I need put a set of files under the bin directory of the lambda layer. However, this is not currently supported. Juniper already supports adding a set of binaries to the lib folder of lambda layer. However, there is no way to add files to the bin. AWS documentation