- `utils.get_nested()` now has the option of setting a default value, and it will raise a KeyError if the requested keys don't exist.
- Unhandled exceptions will now be raised if debug is true.
- Move event and context into a single dict pased to functions as kwarg `event`.
- Pass event source ARN to Payload and, subsequently, to the event dict passed into functions.