Variable: AWS_LAMBDA_HTTP_PLATFORM
Variable: AWS_LAMBDA_HTTP_PLATFORM
const AWS_LAMBDA_HTTP_PLATFORM: "aws_lambda_http" = 'aws_lambda_http';
A constant representing the AWS Lambda HTTP platform identifier.
This constant is used as an alias for the AWS Lambda HTTP Adapter within the Stone.js framework. It helps in identifying and configuring platform-specific adapters or components for handling HTTP requests and responses.