Interface

HelloResponseBody

Response body returned by helloHandler for API Gateway HTTP API events. Includes a greeting message, request metadata, and input resolution details for debugging and logging purposes.

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

helloHandler

Hierarchy

  • HelloResponseBody

Properties

message: string
requestId: string
timestamp: string

Generated using TypeDoc