Skip to content

Instantly share code, notes, and snippets.

@wataruoguchi
Last active May 23, 2019 04:34
Show Gist options
  • Save wataruoguchi/1da6b8657b0bde17dc7ca757a84ba209 to your computer and use it in GitHub Desktop.
Save wataruoguchi/1da6b8657b0bde17dc7ca757a84ba209 to your computer and use it in GitHub Desktop.
// package.json
{
...
"scripts": {
...
"deploy": "aws lambda update-function-code --function-name arn:aws:lambda:us-east-1:000000000000:function:transcode-video --zip-file fileb://Lambda-Deployment.zip",
"predeploy": "zip -r Lambda-Deployment.zip * -x *.zip *.log"
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment