Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

LambdaActivity

import type { LambdaActivity } from "https://aws-api.deno.dev/v0.3/services/iotanalytics.ts?docs=full";

An activity that runs a Lambda function to modify the message.

interface LambdaActivity {
batchSize: number;
lambdaName: string;
name: string;
next?: string | null;
}

§Properties

§
batchSize: number
[src]

The number of messages passed to the Lambda function for processing.

The Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.

§
lambdaName: string
[src]

The name of the Lambda function that is run on the message.

§
name: string
[src]

The name of the lambda activity.