aws-samples / aws-samples/amazon-textract-serverless-large-scale-document-processing
Duplicate line of code present in jobprocessor lambda function.
Open
- 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)

Contributor guide
Assessment
This issue has not been assessed yet.