Represents a ContainerExecution class that handles the execution of a launchable handler.
The type of input expected by the launchable handler.
Constructor for creating an instance of a class with a LaunchableHandlerType input.
The handler for the launchable type.
None
Executes the function asynchronously, invoking the specified inputs and handling the response accordingly. If the response code is 200, the process exits with code 0; otherwise, it exits with code 1.
Represents a ContainerExecution class that handles the execution of a launchable handler.