UNPKG

simple-lambda-client

Version:

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

6 lines (5 loc) 333 B
export { UnsuccessfulStatusCodeError, LambdaInvocationError } from './errors'; export { invokeLambdaFunction } from './invokeLambdaFunction'; export { LogMethod } from './executeLambdaInvocation'; export { getSimpleLambdaClientCacheKey } from './cache/getSimpleLambdaClientCacheKey'; export { withoutSet } from './cache/withoutSet';