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

InputProcessingConfiguration

import type { InputProcessingConfiguration } from "https://aws-api.deno.dev/v0.4/services/kinesisanalyticsv2.ts?docs=full";

For a SQL-based Kinesis Data Analytics application, describes a processor that is used to preprocess the records in the stream before being processed by your application code. Currently, the only input processor available is Amazon Lambda.

interface InputProcessingConfiguration {
InputLambdaProcessor: InputLambdaProcessor;
}

§Properties

§
InputLambdaProcessor: InputLambdaProcessor
[src]

The "InputLambdaProcessor" that is used to preprocess the records in the stream before being processed by your application code.