January 2019
Intermediate to advanced
490 pages
15h 37m
English
In summary, we did the following in this recipe:
Event source mapping creates a mapping between an event source and an AWS lambda function. The lambda's handler function is then triggered by events on the event source. In our case, we created an event source mapping for our Lambda with a Kinesis event type.
The following are the three event source types that are currently supported:
We create all lambda triggers in a ...
Read now
Unlock full access