Skip to content

Instantly share code, notes, and snippets.

@SandeepVattapparambil
Created August 24, 2018 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SandeepVattapparambil/b1ba77e79b9dfa320c71db2bd5b22d80 to your computer and use it in GitHub Desktop.
Save SandeepVattapparambil/b1ba77e79b9dfa320c71db2bd5b22d80 to your computer and use it in GitHub Desktop.
{
"name": "thumbnailer",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Sandeep Vattapparambil",
"license": "ISC",
"dependencies": {
"async": "^2.6.0",
"aws-sdk": "^2.213.1"
},
"devDependencies": {
"serverless-offline": "^3.18.0"
},
"description": "Lambda function to generate video thumbnail"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment