Represents a ContainerExecution class that handles the execution of a launchable handler.

Type Parameters

  • Input

    The type of input expected by the launchable handler.

Constructors

Methods

Constructors

Methods

  • 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.

    Returns Promise<void>

    None