UNPKG

lambda-service-client

Version:

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

3 lines (2 loc) 163 B
export { UnsuccessfulStatusCodeError, LambdaInvocationError } from './errors'; export { createLambdaServiceClient, LogMethod } from './createLambdaServiceClient';