simple-lambda-client
Version:
A simple, convenient way to invoke aws lambda functions with best practices.
6 lines (5 loc) • 338 B
TypeScript
export { getSimpleLambdaClientCacheKey } from './cache/getSimpleLambdaClientCacheKey';
export { withoutSet } from './cache/withoutSet';
export { LambdaInvocationError, UnsuccessfulStatusCodeError } from './errors';
export type { LogMethod } from './executeLambdaInvocation';
export { invokeLambdaFunction } from './invokeLambdaFunction';