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

InvokeAsyncResponse

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

A success response (202 Accepted) indicates that the request is queued for invocation.

interface InvokeAsyncResponse {
Status?: number | null;
}

§Properties

§
Status?: number | null
[src]

The status code.