Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleRequest ¶
func HandleRequest(ctx context.Context, request events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
HandleRequest handles the API Gateway request and returns a response.
ctx: The context.Context object for handling the request. request: The events.APIGatewayProxyRequest object representing the incoming request. returns: The events.APIGatewayProxyResponse object representing the response.
An error is returned if there was an error handling the request.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.