eventRecordFormat
The record format that Lambda delivers to your function after schema validation.
Choose
JSONto have Lambda deliver the record to your function as a standard JSON object.Choose
SOURCEto have Lambda deliver the record to your function in its original source format. Lambda removes all schema metadata, such as the schema ID, before sending the record to your function.