restgatewaylambda

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

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

Go to latest
Published: Jun 10, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewService

func NewService(lambda Lambda) lambda.Service

NewService creates new lambda service instance for lambda which works with REST route.

Types

type Lambda

type Lambda interface{ Execute(Request) error }

Lambda describes lambda.

type Request

type Request interface {
	ss.NoCopy

	Log() ss.LogStream

	ReadClientVersion() string

	ReadRequest(interface{})

	Respond(interface{})
	RespondWithConflictError(interface{})
	RespondWithUnprocessableEntityError(interface{})
	RespondWithBadRequestError()
	RespondWithNotFoundError()
	RespondWithNotAcceptable()

	GetContext() context.Context
}

Request describes request to lambda.

Jump to

Keyboard shortcuts

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