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

Concurrency

import type { Concurrency } from "https://aws-api.deno.dev/v0.4/services/lambda.ts?docs=full";
interface Concurrency {
ReservedConcurrentExecutions?: number | null;
}

§Properties

§
ReservedConcurrentExecutions?: number | null
[src]

The number of concurrent executions that are reserved for this function. For more information, see Managing Lambda reserved concurrency.