Skip to main content Miguel Hernández

Notes

Curated TIL (Today I Learned) notes from a DevOps Engineer on cloud infrastructure, automation, and anything I learn along the way.

Inspired by jbranchaud/til and simonw/til.

  1. Solving Amazon Data Firehose Bottlenecks

    When Amazon Data Firehose uses a Lambda for transformation, high data volume can exceed the AWS Lambda concurrent execution limit, causing processing delays. The most effective solution is to increase Firehose’s buffer size to reduce the number of Lambda invocations.