Skip to content

Instantly share code, notes, and snippets.

@ljmocic
Last active November 26, 2020 10:41
Show Gist options
  • Save ljmocic/9cba1b284a3f2f786271f9aba07accce to your computer and use it in GitHub Desktop.
Save ljmocic/9cba1b284a3f2f786271f9aba07accce to your computer and use it in GitHub Desktop.
# 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