Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Start ¶
func Start(port int, handler interface{})
Start starts the HTTP server on the specified port and listens for incoming requests. When a request is received, it is converted to the appropriate Lambda event type and passed to the handler function. The response from the handler function is then converted to an HTTP response and returned to the client.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.