README ¶ Simple Notidication Service Service This service is github.com/aws/aws-sdk-go/service/sqs.SQS proxy To check all supported method run endly -s="aws/sns" To check method contract run endly -s="aws/sqs" -a=methodName endly -s="aws/sns" -a='listSubscriptions' Usage: Expand ▾ Collapse ▴ Documentation ¶ Index ¶ Constants func GetClient(context *endly.Context) (*sns.SNS, error) func New() endly.Service Constants ¶ View Source const ( //ServiceID aws Simple Notification Service ID. ServiceID = "aws/sns" ) Variables ¶ This section is empty. Functions ¶ func GetClient ¶ func GetClient(context *endly.Context) (*sns.SNS, error) GetClient returns sns client from context func New ¶ func New() endly.Service New creates a new AWS SNS service. Types ¶ This section is empty. Source Files ¶ View all Source files client.goinit.goservice.go Click to show internal directories. Click to hide internal directories.