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

AwsLambdaFunctionEnvironment

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

A function's environment variable settings.

interface AwsLambdaFunctionEnvironment {
Variables?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§

An AwsLambdaFunctionEnvironmentError object.

§
Variables?: {
[key: string]: string | null | undefined;
}
| null
[src]

Environment variable key-value pairs.