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

GetFunctionResponse

import type { GetFunctionResponse } from "https://aws-api.deno.dev/v0.4/services/lambda.ts?docs=full";
interface GetFunctionResponse {
Code?: FunctionCodeLocation | null;
Concurrency?: Concurrency | null;
Configuration?: FunctionConfiguration | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§

The deployment package of the function or version.

§
Concurrency?: Concurrency | null
[src]

The function's reserved concurrency.

§
Configuration?: FunctionConfiguration | null
[src]

The configuration of the function or version.

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

The function's tags.