In the examples we provide in the README, we show "def handler(event, context)". It should be "def lambda_handler(event, context)".
In the examples we provide in the README, we show "def handler(event, context)". It should be "def lambda_handler(event, context)".