UNPKG

lambda-service-client

Version:

A simple, convenient way to invoke aws lambda functions with best practices.

7 lines (6 loc) 201 B
export declare const executeLambdaInvocation: ({ serviceName, functionName, stage, event, }: { serviceName: string; functionName: string; stage: string; event: any; }) => Promise<any>;