Documentation ¶
Index ¶
Constants ¶
View Source
const ( ERROR_CODE_SNS_NOT_FOUND = "NotFound" ERROR_CODE_SQS_NOT_FOUND = "AWS.SimpleQueueService.NonExistentQueue" )
View Source
const REGION_US_EAST_1 = "us-east-1"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SqsHandler ¶
type SqsHandler struct {
// contains filtered or unexported fields
}
func NewSqsHandler ¶
func NewSqsHandler( fc finding.FindingServiceClient, ac alert.AlertServiceClient, awsc awsClient.AWSServiceClient, region string, retry int, l logging.Logger, ) *SqsHandler
func (*SqsHandler) HandleMessage ¶
Click to show internal directories.
Click to hide internal directories.