Tag: aws
All the articles with the tag "aws".
-
Processing flow
Published: at 07:00 AMThis blog post discusses a smooth processing flow for handling files in a web application. The process involves a file being selected on the front end site, a submit request sent to a Lambda function with metadata in a JSON payload, validation of the metadata by Lambda, obtaining a presigned URL from S3, returning the URL to the client, direct file upload to S3 by the client, triggering an SQS queue event by S3, and finally, the Lambda function processing the file pulled from S3 along with additional logic. The post provides a detailed step-by-step guide on how this processing flow works seamlessly.