eabglobal / juniper

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

feature/create-output-dir #36

Closed pdiazvargas closed 5 years ago

pdiazvargas commented 5 years ago

Before we would rely on docker to implicitly create the output directory. In some cases this could cause the error described in issue/34. To fix the issue the following enhancements are included in this PR

Closes: https://github.com/eabglobal/juniper/issues/34