Documentation ¶
Index ¶
- func CreateDynamoClient() (*dynamodb.DynamoDB, error)
- func GetAllItems(dynamoClient *dynamodb.DynamoDB, table string, v interface{}) (err error)
- func GetRowCount(dynamoClient *dynamodb.DynamoDB, table string) (count int64, err error)
- func PutItem(dynamoClient *dynamodb.DynamoDB, table string, v interface{}) error
- func ReadAWSEnv() (awsRegion string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateDynamoClient ¶
Creates a dynamo client
func GetAllItems ¶
func GetRowCount ¶
func ReadAWSEnv ¶
func ReadAWSEnv() (awsRegion string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.