Rola Dali

Results 2 comments of Rola Dali

I realized that the payload is attached to the A2I output. So if you can successfully run an example of an A2I trigger, you can pull the payload from the...

If you look at the code of the default template [here](https://github.com/aws-samples/amazon-a2i-sample-task-uis/blob/master/text/textract_analyze_document.liquid.html), you can see that the S3 uri is being constructed through liquid as follows: `{% capture s3_uri %}s3://{{ task.input.aiServiceRequest.document.s3Object.bucket...