reading a file from an s3 bucket

An overview of the architecture for reading a file from the S3 Bucket is given in this document. When data is uploaded or modified in the Amazon S3 bucket, a Lambda function—also known as a ReadFile lambda function—is activated to publish the data to SNS and subsequently into SQS for additional processing. The lambda function …

reading a file from an s3 bucket Read More »