Created
August 24, 2018 07:20
-
-
Save Sandeepv68/b1ba77e79b9dfa320c71db2bd5b22d80 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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