mentum / lambdaws

Deploy, run and get results from Amazon AWS Lambda in a breeze
http://mentum.github.io/lambdaws
GNU Lesser General Public License v3.0
1.27k stars 36 forks source link

Adding project-specific deps is working #61

Closed slvnperron closed 9 years ago

slvnperron commented 9 years ago

You can now include project-specific files in the zip by prepending the dependency with +. For example +./template.html. All the project-specific files will be places in the zip under the project_files folder.

EFF commented 9 years ago

One single comment + I think it would be nice to keep the folder hierarchy in the zip file for the internal deps...

let's say you require a file in somewhere with a path like ('../../a_dir_name/filename') what happen ?