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 ?
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.).