@lambda-func/select
TypeScript icon, indicating that this package has built-in type declarations

0.0.0 • Public • Published

@lambda-func/select

This package provides a middleware to provide a selector for the incoming event.

Usage

import { select } from '@lambda-func/select'

export const handler = select((event) => event.body)(async (body) => {
  return body
})

Readme

Keywords

none

Package Sidebar

Install

npm i @lambda-func/select

Weekly Downloads

0

Version

0.0.0

License

ISC

Unpacked Size

2.02 kB

Total Files

6

Last publish

Collaborators

  • cgiles95