# Functions
NewClient return AWS session.
NewMockAWS return AWS session.
NewMockSNSAPI creates a new mock instance.
PushToSNS implements the sns pushing.
# Structs
AWS represents the AWS data.
MockAWS Define a mock struct to be used in your unit tests of myFunc.
MockSNSAPI is a mock of SNSAPI interface.
MockSNSAPIMockRecorder is the mock recorder for MockSNSAPI.
# Interfaces
Sender is the aws session main interface.