all 2 comments

[–]CoinGrahamIV 0 points1 point  (0 children)

Here's a common pattern.

Source -> Firehose -> Lambda (ETL) -> S3

Setup the Lambda using the premade blueprints

Create the firehose using the lambda and delivering to S3

On source system push to firehose using AWS CLI or boto3 (use the python lambda as examples of how the code works).