Skip to content

Commit 0fac556

Browse files
authored
Update textract-pipeline-stack.ts
1 parent 5b8db84 commit 0fac556

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

textract-pipeline/lib/textract-pipeline-stack.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ export class TextractPipelineStack extends cdk.Stack {
161161
runtime: lambda.Runtime.PYTHON_3_7,
162162
code: lambda.Code.asset('lambda/documentprocessor'),
163163
handler: 'lambda_function.lambda_handler',
164+
timeout: cdk.Duration.seconds(900),
164165
environment: {
165166
SYNC_QUEUE_URL: syncJobsQueue.queueUrl,
166167
ASYNC_QUEUE_URL: asyncJobsQueue.queueUrl

0 commit comments

Comments
 (0)