We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thank you so much for this - I've been looking for a way to build NodeJS layers easily.
Is there already a way to specify an output directory for the zipped file?
I noticed there is the SUBDIR_MODE in build.sh, but don't really understand how it's used.
SUBDIR_MODE
build.sh
What are your thoughts on adding a -o OUTPUT_DIR to the build script?
-o OUTPUT_DIR
The text was updated successfully, but these errors were encountered:
Well, easiest solution would be just to add a move command after the zip file is created to the build.sh
Sorry, something went wrong.
No branches or pull requests
Thank you so much for this - I've been looking for a way to build NodeJS layers easily.
Is there already a way to specify an output directory for the zipped file?
I noticed there is the
SUBDIR_MODE
inbuild.sh
, but don't really understand how it's used.What are your thoughts on adding a
-o OUTPUT_DIR
to the build script?The text was updated successfully, but these errors were encountered: