Description of changes:
"introBox": {
"headline": "Serverless Document Summarization with Bedrock",
"text": [
"This sample project demonstrates how to use an AWS Step Functions state machine to orchestrate S3 object summarization using Amazon Bedrock. The state machine is triggered by new file uploads to an S3 bucket and coordinates the execution of Lambda functions to process and summarize the documents.",
"The state machine first checks the file type (txt, pdf, or docx) and invokes the appropriate Lambda function to extract the text content. The extracted text is then passed to another Lambda function that leverages Amazon Bedrock's natural language processing capabilities to generate a concise summary.",
"The generated summary is stored in the original S3 bucket, providing users with a convenient way to access the key information from large documents without having to read through the entire content."
]
},
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #, if available:
Description of changes: "introBox": { "headline": "Serverless Document Summarization with Bedrock", "text": [ "This sample project demonstrates how to use an AWS Step Functions state machine to orchestrate S3 object summarization using Amazon Bedrock. The state machine is triggered by new file uploads to an S3 bucket and coordinates the execution of Lambda functions to process and summarize the documents.", "The state machine first checks the file type (txt, pdf, or docx) and invokes the appropriate Lambda function to extract the text content. The extracted text is then passed to another Lambda function that leverages Amazon Bedrock's natural language processing capabilities to generate a concise summary.", "The generated summary is stored in the original S3 bucket, providing users with a convenient way to access the key information from large documents without having to read through the entire content." ] },
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.