github.com/Jeffail/benthos/v3@v3.65.0/cmd/serverless/benthos-lambda/main.go (about)

     1  package main
     2  
     3  import (
     4  	"github.com/Jeffail/benthos/v3/lib/serverless/lambda"
     5  
     6  	// Import all plugins defined within the repo.
     7  	_ "github.com/Jeffail/benthos/v3/public/components/all"
     8  )
     9  
    10  func main() {
    11  	lambda.Run()
    12  }