aws-samples/step-functions-workflows-collection

Require update on Serverlessland.com Website

deepaksrinivasan27 opened this issue · 1 comments

Hi Team,

Requesting to update the following for this app on serverlessland.com website. I published this open source app.
https://serverlessland.com/workflows/image-processing-app

Description or the summary of the app is looking wrong. Please update as per below:

"In today's digital age, cheque images are often used for financial transactions, and it's essential to have an efficient way to retrieve, merge, and archive them. In this post, we'll explore how to automate these processes using AWS Step Functions, a powerful tool for building serverless workflows.
We'll start by creating an S3 bucket and writing an entry into Dynamo DB Table with the state execution ID. This will enable us to keep track of the workflow and with the respective users.
Next, we'll use Lambda functions to make external web service calls to retrieve cheque IDs and corresponding cheque images. With this information, we'll merge the front and back images for each cheque ID and store them in the designated S3 bucket. We'll use a Map State in Step functions to enable parallel processing for multiple cheque IDs, making the workflow more efficient.
Finally, we'll create a zip file containing all the cheque images for easy archiving and sharing. This will be triggered by a final Lambda function, which completes the workflow.
We are creating a convenient process by automating the retrieval, merging, and archiving of cheque images using AWS Step Functions. This can save time and reduce errors, making it an ideal solution for businesses that deal with images regularly. The power of AWS Step Functions enables us to build serverless workflows that are scalable, reliable, and cost-effective."

Profile Image Link:
https://media.licdn.com/dms/image/C4D03AQEvDFENeM8CsQ/profile-displayphoto-shrink_800_800/0/1640723593591?e=1691020800&v=beta&t=HAvIK76gEdYowF-XxvTkqlOmad_uhkY9L7p1V56UZeQ

Services Used:
S3, StepFunctions, Lambda, DynamoDB

Hello, I have updated the description to something more accurate.