Skip to content

Instantly share code, notes, and snippets.

@jjoocceeee
Created September 7, 2019 20:23
Show Gist options
  • Save jjoocceeee/4512a02723b8ee0c7180de309b5bac07 to your computer and use it in GitHub Desktop.
Save jjoocceeee/4512a02723b8ee0c7180de309b5bac07 to your computer and use it in GitHub Desktop.
Update Script File
del index.zip
cd lambda
7z a -r ..\index.zip *
cd ..
aws lambda update-function-code --function-name alexa_testing --zip-file fileb://index.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment