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/kinesisanalytics.ts?docs=full";

Provides a description of 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 AWS 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.