Documentation ¶
Index ¶
- func CreateDynDBSvc() *dynamodb.DynamoDB
- func GenericRecordWriter(object interface{}, objectType reflect.Type, tableName string, ...) error
- func RecordLookup(table string, attrToGet string, conditionLeft string, conditionRight string) (*dynamodb.QueryOutput, error)
- func WriteRecord(object interface{}, tableName string, svc *dynamodb.DynamoDB) error
- type AnyRecord
- type Configuration
- type GenericRecord
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenericRecordWriter ¶
func GenericRecordWriter(object interface{}, objectType reflect.Type, tableName string, svc *dynamodb.DynamoDB) error
GenericRecordWriter ...
func RecordLookup ¶
func RecordLookup(table string, attrToGet string, conditionLeft string, conditionRight string) (*dynamodb.QueryOutput, error)
RecordLookup ...
Types ¶
type AnyRecord ¶
type AnyRecord interface {
// contains filtered or unexported methods
}
AnyRecord ...
type Configuration ¶
Configuration file structure
Click to show internal directories.
Click to hide internal directories.