aws-samples / step-functions-workflows-collection

Step Functions Workflows. Learn more at the website: https://serverlessland.com/workflows.
MIT No Attribution
222 stars 120 forks source link

initial commit for s3-sfn-lambda-bedrock #358

Closed djhorne-amazon closed 6 months ago

djhorne-amazon commented 7 months ago

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.

benjasl-stripe commented 6 months ago

Please add the correct export image (from workflow studio.)

djhorne-amazon commented 6 months ago

Updated

benjasl-stripe commented 6 months ago

https://serverlessland.com/workflows/s3-sfn-lambda-bedrock