aws-samples / aws-samples/amazon-textract-serverless-large-scale-document-processing

Duplicate line of code present in jobprocessor lambda function.

Open
#11 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
337
Forks
159
PR merge metrics
No merged PRs in 30d

Description

The jobprocessor lambda function is twice declaring the same variable ddb and dynamodb in processRequest() function.

dynamodb = AwsHelper().getResource("dynamodb")
ddb = dynamodb.Table(outputTable)
![Screenshot from 2020-04-08 18-36-30](https://user-images.githubusercontent.com/37653026/78787449-00ad5100-79c8-11ea-87e2-60bdb881814d.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.