Skip to content

Commit e56c24d

Browse files
committed
Move aws-sdk to dev dependency
It is already pre-installed for AWS Lambda: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html
1 parent 22a3f59 commit e56c24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"private": true,
99
"dependencies": {
1010
"@thi.ng/geom-hull": "^0.0.35",
11-
"aws-sdk": "^2.645.0",
1211
"bent": "^7.1.0"
1312
},
1413
"devDependencies": {
14+
"aws-sdk": "^2.645.0",
1515
"express": "^4.17.1",
1616
"pug": "^2.0.4"
1717
}

0 commit comments

Comments
 (0)