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

Process documents at scale using Amazon Textract
Apache License 2.0
328 stars 165 forks source link

Invalid JobId for for Async Pipeline #36

Open khaledbaghdadii opened 2 years ago

khaledbaghdadii commented 2 years ago

Each time try to run the Async Pipeline Stack I'm getting InvalidJobIdException botocore.errorfactory.InvalidJobIdException: An error occurred (InvalidJobIdException) when calling the GetDocumentAnalysis operation: Request has invalid Job Id

The Sync Pipeline works fine, and all the other steps in Async Pipeline work fine but when I reach processJobResult() it is giving me this error.