Skip to main content

worker

Attribute Macro worker 

Source
#[worker]
Expand description

Worker lambda

Parameters:

  • name: override the function name
  • concurrency: max number of concurrent workers
  • fifo: set to true to enable FIFO processing
  • batch_size: max number of records to process in a single batch (1..10)
  • environment: environment variables