Interface

DirectHelloResponse

Response returned by directHelloHandler for direct Lambda invocations. Includes greeting message, request metadata, and input resolution details for logging and observability.

Property

The greeting message (e.g., "Hello, Bayu!")

Property

AWS request ID from Lambda context

Property

ISO 8601 timestamp of the invocation

Property

Normalized input including name source

Author

Bayu Dwiyan Satria

Since

1.0.0

See

directHelloHandler

Hierarchy

  • DirectHelloResponse

Properties

message: string
requestId: string
timestamp: string

Generated using TypeDoc