### Expected Behaviour The [API Gateway v2 payload ](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html) doesn´t have any field called `lambda` and we should not have this in our Data Class. ### Current Behaviour Unecessary [get_lambda](https://github.com/aws-powertools/powertools-lambda-python/blob/ddd9bd8174549672590196e91b667bd9b78c612c/aws_lambda_powertools/utilities/data_classes/api_gateway_proxy_event.py#L183) function. ### Code snippet ```python No code snippet ``` ### Possible Solution Remove this and adjust tests/payload ```python @property def get_lambda(self) -> Optional[Dict[str, Any]]: """Lambda authorization context details""" return self.get("lambda") ``` ### Steps to Reproduce No necessary ### Powertools for AWS Lambda (Python) version latest ### AWS Lambda function runtime 3.10 ### Packaging format used PyPi ### Debugging logs _No response_