@bitblit/epsilon
Version:
Tiny adapter to simplify building API gateway Lambda APIS
13 lines (12 loc) • 394 B
TypeScript
/**
* IMPORTANT NOTE
* This file is part of the bootstrapper to bridge from the Epsilon Background processor
* to the AWS Batch processing Docker setup.
*
* DO NOT MESS WITH IT UNLESS YOU REALLY KNOW WHAT YOU ARE DOING.
*
* You are likely to mess it up otherwise.
*/
export declare class RunBackgroundProcessFromCommandLine {
static runFromCliArgs(args: string[]): Promise<void>;
}