Skip to content

Commit 83833da

Browse files
committed
using new pandoc binary
1 parent cfeaba5 commit 83833da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandoc-s3-converter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"description": "Lambda function that waits for files uploaded to S3, converts them to docx using Pandoc and uploads back to S3",
55
"main": "index.js",
66
"scripts": {
7-
"start": "claudia create --region us-east-1 --handler main.handler",
7+
"start": "claudia create --region us-east-1 --handler main.handler --timeout 60 --memory 512",
88
"connect": "claudia add-s3-event-source --bucket pandoc-test-bucket --prefix in",
99
"update": "claudia update"
1010
},
1111
"author": "Gojko Adzic <gojko@gojko.com>",
1212
"license": "MIT",
1313
"dependencies": {
14-
"pandoc-aws-lambda-binary": "^1.0.0",
14+
"pandoc-aws-lambda-binary": "^1.1.0",
1515
"uuid": "^2.0.2"
1616
},
1717
"optionalDependencies": {

0 commit comments

Comments
 (0)