Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 607 Bytes

EnrichmentParameters.md

File metadata and controls

41 lines (21 loc) · 607 Bytes

serverless-pipes / Exports / EnrichmentParameters.md

It defines LambdaFunction as the enrichment for the EventBridge Pipes.

Usage

# serverless.yml

pipes:
  pipeName:
    enrichment:
      name:
        lambdaFunctionName

Table of contents

Properties

Properties

name

name: string

The name of the enrichment lambda function.

Defined in

schema.ts:245