I lambda function is configured to consume records from Kinesis stream.
How does the lambda know when new records are pushed?
- does it poll the Kinesis stream periodically?
- is there some trigger that will fire only when new records are added?
I lambda function is configured to consume records from Kinesis stream.
How does the lambda know when new records are pushed?
Per the official documentation on using AWS Lambda with Kinesis: