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

LambdaFunctionStartedEventAttributes

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

Provides the details of the LambdaFunctionStarted event. It isn't set for other event types.

interface LambdaFunctionStartedEventAttributes {
scheduledEventId: number;
}

§Properties

§
scheduledEventId: number
[src]

The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.