An AWS codedeploy lambda hooks function accepts three parameters:
exports.handler = (event, context, callback) => {
But what properties are available to me on these objects? The example shows the event defines at least DeploymentId and LifecycleEventHookExecutionId but what else can I extract? Where is this documented?