Creates an instance of AwsLambdaApiResponse with the provided status code and response.
The HTTP status code of the response.
The response data to be sent back, which can be of any type.
The constructed API response object containing the status code, error flag, and stringified response body.
Represents a factory class for creating AWS Lambda API response objects.