Registry / cloud / aws-aws-sdk-go-v2-service-eventbridge

aws-aws-sdk-go-v2-service-eventbridge

JSON →
library1.46.6gogounverified

Provides Go bindings for Amazon EventBridge, a serverless event bus service for building event-driven applications.

go get github.com/aws/aws-sdk-go-v2/service/eventbridge
INSTALL
IMPORT
SIG · AWS-AWS-SDK-GO-V2-
A
aws-aws-sdk-go-v2-service-eventbridge
cloudgov1.46.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

eventbridge
github.com/aws/aws-sdk-go-v2/service/eventbridge

Creates an EventBridge client and lists event buses.

package main import ( "context" "fmt" "github.com/aws/aws-sdk-go-v2/service/eventbridge" ) func main() { client := eventbridge.New(eventbridge.Options{}) output, err := client.ListEventBuses(context.TODO(), &eventbridge.ListEventBusesInput{}) if err != nil { panic(err) } fmt.Println(output) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.46.6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
Resources
aws-aws-sdk-go-v2-service-eventbridge — go get aws-aws-sdk-go-v2-service-eventbridge · libregistry