UNPKG

pip-services-imagesets-node

Version:
6 lines (5 loc) 236 B
import { CommandableLambdaFunction } from 'pip-services3-aws-node'; export declare class ImageSetsLambdaFunction extends CommandableLambdaFunction { constructor(); } export declare const handler: (event: any, context: any) => void;