Documentation ¶
Index ¶
Constants ¶
View Source
const LockTimeout = time.Second
View Source
const LockWaitTime = time.Millisecond * 5
View Source
const SessionTimeout = time.Hour
Variables ¶
View Source
var InterestTable = os.Getenv("INTEREST_TABLE")
View Source
var LockTable = os.Getenv("LOCK_TABLE")
View Source
var SessionTable = os.Getenv("SESSION_TABLE")
View Source
var WatcherTable = os.Getenv("WATCHER_TABLE")
Functions ¶
func CoreStartup ¶
func CoreStartup()
func DefaultAWSConfig ¶
func DefaultAWSConfig() *awssession.Session
func NewDynamoClient ¶
func NewDynamoClient(sess *awssession.Session) *dynamodb.DynamoDB
func NewProdMessageDispatcher ¶
func NewProdMessageDispatcher() api.MessageDispatcher
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.