Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BindAttributes ¶
func BindAttributes(attributes map[string]interface{}) (map[string]*sns.MessageAttributeValue, error)
Types ¶
type AWSPubSubAdapter ¶
type AWSPubSubAdapter struct {
// contains filtered or unexported fields
}
func NewAWSPubSubAdapter ¶
func NewAWSPubSubAdapter(region string, accessKeyId string, secretAccessKey string) (*AWSPubSubAdapter, error)
func (*AWSPubSubAdapter) PollMessages ¶
func (ps *AWSPubSubAdapter) PollMessages(topicARN string, handler func(message string) error) error
Click to show internal directories.
Click to hide internal directories.