UNPKG

pip-services-roles-node

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