aws

package
v0.10.1 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewEventClient

func NewEventClient(accessKey, secretKey, region, eventBus string) (eventclient.Client, error)

func NewSqsClient

func NewSqsClient(accessKey, secretKey, region, queueUrl string) (eventclient.Client, error)

NewSqsClient creates a new SQS client instance

Types

type AwsEventBridgeClient

type AwsEventBridgeClient struct {
	// contains filtered or unexported fields
}

func (*AwsEventBridgeClient) Send

func (a *AwsEventBridgeClient) Send(events ...eventclient.Event) error

type SqsClient

type SqsClient struct {
	// contains filtered or unexported fields
}

func (*SqsClient) Send

func (s *SqsClient) Send(events ...eventclient.Event) error

SendMessages sends multiple messages to the SQS queue in batch

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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