Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWSClient ¶
type AWSClient struct {
// contains filtered or unexported fields
}
AWSClient wraps the AWS Service's clients
func NewAWSClient ¶
NewAWSClient initializes a new AWSClient instance with the specified AWS region. It uses sync.Once to ensure that the client is created only once, even if called concurrently.
func (*AWSClient) GetSESClient ¶
GetSESClient returns the SES client from the AWSClient instance. This allows access to SES functionality for sending emails, etc.
Click to show internal directories.
Click to hide internal directories.