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

FunctionDefaultConfig

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

The default configuration that applies to all Lambda functions in the group. Individual Lambda functions can override these settings.

interface FunctionDefaultConfig {
Execution?: FunctionDefaultExecutionConfig | null;
}

§Properties