LambdaFunctionRecipeSource
import type { LambdaFunctionRecipeSource } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/greengrassv2.ts";interface LambdaFunctionRecipeSource {
componentDependencies?: {} | null;
[key: string]: ComponentDependencyRequirement | null | undefined;
componentLambdaParameters?: LambdaExecutionParameters | null;
componentName?: string | null;
componentPlatforms?: ComponentPlatform[] | null;
componentVersion?: string | null;
lambdaArn: string;
}§Properties
§
componentDependencies?: {} | null
[src][key: string]: ComponentDependencyRequirement | null | undefined;
§
componentLambdaParameters?: LambdaExecutionParameters | null
[src]§
componentPlatforms?: ComponentPlatform[] | null
[src]