holy-lambda

octahedrion 2024-05-23T06:20:25.805579Z

how does routing work in HL ? All the examples are for one mapping between an http method and a function but how does HL express multiple paths and http methods mapping to funcitons ?

Karol Wójcik 2024-05-23T07:36:58.987859Z

HL routing matches the HandlerName as string with corresponding Handler (function). Expressing routing per path/http method is handled via the descriptor file and the framework (e.g. serverless, AWS SAM etc.).