Skip to content

Latest commit

 

History

History

template

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@lambda-func/handler

https://img.shields.io/npm/v/@lambda-func/handler

npm i @lambda-func/handler

This package contains a higher order function.

Usage

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

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