Interface

HelloRequestInput

Normalized input resolved from an API Gateway HTTP API v2 event. Aggregates name resolution logic across path parameters, query string, and default fallback; tracks the source of the name for observability.

Property

The resolved display name (from path, query, or default 'world')

Property

Origin of the name value

Author

Bayu Dwiyan Satria

Since

1.0.0

See

Hierarchy

  • HelloRequestInput

Properties

Properties

name: string
source: "path" | "query" | "default"

Generated using TypeDoc