Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewService ¶
NewService creates new lambda service instance for lambda which works with REST route.
Types ¶
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.
Click to show internal directories.
Click to hide internal directories.