type AwsLambdaContext = Record<string, unknown>;
Represents the AWS Lambda execution context as a key-value pair.