오윤석

uuid -> uuid-random

(aws lambda 환경에서 crypto 사용 불가)
......@@ -11,7 +11,7 @@
"dependencies": {
"aws-sdk": "^2.905.0",
"busboy": "^0.3.1",
"uuid": "^8.3.2"
"uuid-random": "^1.3.2"
},
"devDependencies": {
"uglifyjs-webpack-plugin": "^2.2.0"
......
module.exports = {
Busboy:require('busboy'),
UUID:require('uuid')
UUID:require('uuid-random')
}
\ No newline at end of file
......