In https://github.com/awslabs/aws-lambda-rust-runtime/pull/1008, a contributor noticed that our kinesis event was missing its `#[derive(Default)]` and implemented that. We should double check that no other events are missing Default impl as well. It's irritating to write unit tests without it.