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

FunctionIsolationMode

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

Specifies whether the Lambda function runs in a Greengrass container (default) or without containerization. Unless your scenario requires that you run without containerization, we recommend that you run in a Greengrass container. Omit this value to run the Lambda function with the default containerization for the group.

type FunctionIsolationMode = "GreengrassContainer" | "NoContainer" | cmnP.UnexpectedEnumValue;

§Type

§
"GreengrassContainer" | "NoContainer" | cmnP.UnexpectedEnumValue
[src]