A Stone.js decorator that integrates the AWS Lambda HTTP Adapter with a class.
This decorator modifies the class to seamlessly enable AWS Lambda HTTP as the
execution environment for a Stone.js application. By applying this decorator,
the class is automatically configured with the necessary blueprint for AWS Lambda HTTP.
Type Parameters
TextendsClassType = ClassType
The type of the class being decorated. Defaults to ClassType.
A Stone.js decorator that integrates the AWS Lambda HTTP Adapter with a class.
This decorator modifies the class to seamlessly enable AWS Lambda HTTP as the execution environment for a Stone.js application. By applying this decorator, the class is automatically configured with the necessary blueprint for AWS Lambda HTTP.