Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 679 Bytes

kinesis.md

File metadata and controls

25 lines (20 loc) · 679 Bytes

kinesis: Kinesis Trigger

Reads records from Amazon Kinesis streams.

Attributes

Path Type Description
accessKeyID string Required by AWS Kinesis
secretAccessKey string Required by AWS Kinesis
regionName string Required by AWS Kinesis
streamName string Required by AWS Kinesis
shards string List of shards on which this function receives events

Example

triggers:
  myKinesisStream:
    accessKeyID: "my-key"
    secretAccessKey: "my-secret"
    regionName: "eu-west-1"
    streamName: "my-stream"
    shards: [shard-0, shard-1, shard-2]