lambda-maven-plugin icon indicating copy to clipboard operation
lambda-maven-plugin copied to clipboard

deployment fails when functionCode path begins with "../"

Open refacktor opened this issue 6 years ago • 1 comments

In some complex projects with modules, it is sometimes more efficient to reference the code in a relative path that begins with "../". This currently fails with an error about invalid S3 path. As a workaround you can use ${project.basedir}/../ but this is not obvious to many non-experts in Maven.

refacktor avatar Jun 17 '18 21:06 refacktor

Thanks, I'll have a look.

SeanRoy avatar Jun 18 '18 15:06 SeanRoy