Readonly
appReadonly
buildReadonly
environmentReadonly
eventReadonly
globalReadonly
globalReadonly
httpReadonly
httpReadonly
serverlessUsed to construct default handler string if missing on a function
Context -> event fragment to merge into generated http events
Readonly
stageReadonly
stageReadonly
stagesAggregate OpenAPI path items across the registry.
ZodOpenApiPathsObject to be embedded in a full OpenAPI document
Aggregate Serverless function definitions across the registry.
An AWS['functions'] object suitable for serverless.ts
This interface was referenced by undefined
's JSON-Schema definition
via the patternProperty
"^[a-zA-Z0-9-_]+$".
Register a function (HTTP or non‑HTTP).
A key from your eventTypeMapSchema (e.g., 'rest' | 'http' | 'sqs' | 'step')
Optional Zod schema validated BEFORE the handler (refines event shape) *
Optional Zod schema validated AFTER the handler (refines response shape) *
per‑function configuration (method/basePath/httpContexts for HTTP; serverless extras for non‑HTTP)
a per‑function API: { handler(business), openapi(baseOperation), serverless(extras) }
Static
create
Application class. *