AWS Step Functions is a serverless function orchestrator and workflow automation tool. Amazon Textract is a fully managed machine learning service that automatically extracts text and data from scanned documents. Combining these services, you can create an RPA bot to automate the processing of documents.
-
Download code from GitHub repo (https://github.com/buithaibinh/aws-step-functions-rpa).
-
Run the following command to build the artifacts locally on your workstation:
yarn install
-
Run the following command to deploy solution
cdk deploy
To test the solution, upload the .PDF test invoices from the design/invoices folder of the downloaded solution to the S3 scanned-invoices.
Confirm result on DynamoDB
Run the following command to cleanup solution
cdk destroy