From the course: Automating Document Processing with AI in AWS

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Test the workflow

Test the workflow

- [Instructor] Now that we've built our entire document processing solution, we can test our end-to-end workflow, which integrates several AWS services. Our goal is to ensure that when we drop a file in S3, our step function state machine invokes our Lambdas with Textract, Comprehend, and DynamoDB, and our status tracker is updated seamlessly. I'll walk through this in the AWS Console, so let's dive in and see how it all comes together. Starting with S3, let's trigger our workflow by uploading a job application, which is provided in the exercise files to Amazon S3. We'll go over to our S3 bucket. And within the bucket, we'll click Upload, Add files, and we'll upload the application for Carlos Ferreira. I'll click Open. And Upload. Once I hit Upload, you'll notice that the file appears in the bucket, and this action kicks off our workflow, thanks to an event notification that we've configured with Amazon Event Bridge rules. That notification will trigger our step function state…

Contents