Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler represents the Lambda handler with its dependencies
func NewHandler ¶
func NewHandler(repo repository.Repository) *Handler
NewHandler creates a new Handler with the given repository
func (*Handler) Handle ¶
func (h *Handler) Handle(ctx context.Context, request events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
Handle processes API Gateway events
Click to show internal directories.
Click to hide internal directories.