There was an error while loading. Please reload this page.
1 parent cfeaba5 commit 83833daCopy full SHA for 83833da
pandoc-s3-converter/package.json
@@ -4,14 +4,14 @@
4
"description": "Lambda function that waits for files uploaded to S3, converts them to docx using Pandoc and uploads back to S3",
5
"main": "index.js",
6
"scripts": {
7
- "start": "claudia create --region us-east-1 --handler main.handler",
+ "start": "claudia create --region us-east-1 --handler main.handler --timeout 60 --memory 512",
8
"connect": "claudia add-s3-event-source --bucket pandoc-test-bucket --prefix in",
9
"update": "claudia update"
10
},
11
"author": "Gojko Adzic <gojko@gojko.com>",
12
"license": "MIT",
13
"dependencies": {
14
- "pandoc-aws-lambda-binary": "^1.0.0",
+ "pandoc-aws-lambda-binary": "^1.1.0",
15
"uuid": "^2.0.2"
16
17
"optionalDependencies": {
0 commit comments