Skip to content

Instantly share code, notes, and snippets.

@deptno
Created August 30, 2016 10:43
Show Gist options
  • Save deptno/681d18a0a2b71fe1209aa9a711257cf9 to your computer and use it in GitHub Desktop.
Save deptno/681d18a0a2b71fe1209aa9a711257cf9 to your computer and use it in GitHub Desktop.
lambda deploy script
rm deploy.zip && zip -r --exclude=.git\* --exclude=.idea\* deploy . && aws lambda update-function-code --function-name handlerS3ObjectCreated --zip-file fileb://${PWD}/deploy.zip --region ap-northeast-1new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment