Category: Data

by A while ago, we covered the invocation (trigger) methods supported by Lambda and the integrations available with the AWS catalog. Now we’re launching a series of articles to correlate these integration possibilities with common serverless architectural patterns (covered by this literature review).

The Lambda function is responsible for packing the data and uploading it to an S3 bucket.

The benefits of this approach are: In case the primary data storage service supports event-driven triggers, the Lambda function can consume data for the data lake in an asynchronous way.

Related Articles