type AwsLambdaEvent = Record<string, unknown>;
Represents a generic AWS Lambda event as a key-value pair.