UNPKG

lambda-hooks

Version:

Super simple lightweight hooks to avoid repeated logic in your lambda functions

5 lines (4 loc) 210 B
export { handleScheduledEvent } from './handleScheduledEvent'; export { handleUnexpectedError } from './handleUnexpectedError'; export { logEvent } from './logEvent'; export { parseEvent } from './parseEvent';