sns2kinesis

package
v0.0.0-...-872c164 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2023 License: BSD-2-Clause Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Argument

type Argument struct {
	Sns       events.SNSEvent
	StreamArn string
}

Argument is for Handler

type Result

type Result struct {
	Logs []*ResultLog `json:"logs"`
}

func Handler

func Handler(args Argument) (Result, error)

Handler is a main function, should be called from test

type ResultLog

type ResultLog struct {
	Message string `json:"message"`
	Done    bool   `json:"done"`
	Error   string `json:"error"`
}

Jump to

Keyboard shortcuts

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