handler

package
v0.0.0-...-5f238bd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 29, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package handler implemetns lambda handler.

Index

Constants

View Source
const Version = "0.0.0"

Version is lambda version.

Variables

This section is empty.

Functions

This section is empty.

Types

type Input

type Input struct{}

Input is lambda handler input.

type Output

type Output struct {
	Count int `json:"count"`
}

Output is lambda handler output.

func HandleRequest

func HandleRequest(_ context.Context, _ Input) (Output, error)

HandleRequest is lambda handler.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL