Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ContextKey ¶
type ContextKey string
ContextKey defines a type to store the integration AWS session in context.Context.
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
Logger logs the awss operations in a configurable file.
func GetLogger ¶
func GetLogger() *Logger
GetLogger returns the logger for awss operations. If the logger is not created yet, it creates a new instance of Logger.
type Session ¶
func GetSession ¶
GetSession returns the integration AWS session stored in context. Note that the context should be previously initialized with InitializeContext function.
Click to show internal directories.
Click to hide internal directories.