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