Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lambda/types.d.ts>ScheduledHandler

A deno runtime for AWS Lambda. Deploy deno via docker, SAM, serverless, or bundle it yourself.
Very Popular
Go to Latest
type alias ScheduledHandler
import { type ScheduledHandler } from "https://deno.land/x/lambda@1.31.2/types.d.ts";

Type Parameters

optional
TDetail = any
definition: EventBridgeHandler<"Scheduled Event", TDetail, void>