Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use absolute path to lambda.zip
filebase64sha256 is unable to find "lib/lambda.zip" when using this module from another module because the relative path doesn't resolve to the right place in that context. This changes both references to lambda.zip to use the absolute path by prefixing it with `path.module`.
- Loading branch information