Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLambdaHandler ¶
func NewLambdaHandler( randomName string, ) *lambdaHander
NewLambdaHandler -
Types ¶
type Handler ¶
type Handler interface {
Run(ctx context.Context, event events.APIGatewayCustomAuthorizerRequest) (Response, error)
}
Handler - interface
type LambdaResponse ¶
type LambdaResponse struct {
Message string
}
type Response ¶
type Response events.APIGatewayProxyResponse
Click to show internal directories.
Click to hide internal directories.