Last active
November 26, 2020 10:41
-
-
Save ljmocic/9cba1b284a3f2f786271f9aba07accce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Read more about it | |
# https://ljmocic.medium.com/publish-simple-node-js-aws-lambda-layer-a87c00afdd83 | |
mkdir nodejs | |
cd nodejs | |
npm i axios | |
rm -rf package-lock.json | |
cd .. | |
zip -r axios.zip nodejs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment