awslambda

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Subscriber

type Subscriber struct{}

Subscriber is the lambda kinesis subscriber.

func NewSubscriber

func NewSubscriber(ctx context.Context) (*Subscriber, error)

NewSubscriber creates a new instance of Subscriber.

func (*Subscriber) Subscribe

func (s *Subscriber) Subscribe(ctx context.Context, fn func(ctx context.Context, payload []byte, headers map[string][]string) error) error

Subscribe subscribes to the kinesis stream for a lambda. This method will block the caller. nolint: exhaustivestruct

Jump to

Keyboard shortcuts

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