Overview of the aws-lambda-textract module
mainThe aws-lambda-textract construct implements an AWS Lambda function integrated with the Amazon Textract service.
Key Capabilities:
- Lambda & Textract Integration: Provides a pre-configured Lambda function designed to interact with Amazon Textract.
- Asynchronous Document Analysis: For asynchronous workflows, the construct can optionally provision:
- A source S3 bucket for uploading documents.
- A destination S3 bucket for storing analysis results.
- IAM Permissions: Automatically configures the necessary permissions for the Lambda function to access the S3 buckets and the Amazon Textract service.