Documentation ¶
Overview ¶
Package serverless contains shared components for serverless distributions of Benthos.
Index ¶
Constants ¶
View Source
const ServerlessResponseType = "serverless_response"
ServerlessResponseType is an output type that redirects pipeline outputs back to the handler.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler contains a live Benthos pipeline and wraps it within an invoke handler.
func NewHandler ¶
NewHandler returns a Handler by creating a Benthos pipeline.
Click to show internal directories.
Click to hide internal directories.