UNPKG

236 BTypeScriptView Raw
1/**
2 * Lambda function handler
3 */
4export declare class Handler {
5 /**
6 * A special handler when the function handler is part of a Docker image.
7 */
8 static readonly FROM_IMAGE = "FROM_IMAGE";
9 private constructor();
10}