Integrate
Khone supports normal handler wrappers, full batch handlers, and an experimental layer proxy for unmodified functions.
- Choose an integration mode: compare the three options.
- Adapters: keep the familiar single-request handler shape.
- Native batch: receive the full batch for custom fan-out or shared work.
- Layer proxy: use the compatibility layer when handler code cannot change.
For exact payload fields, see the Batch protocol.