Documentation ¶
Index ¶
Constants ¶
View Source
const TableNameEnvName = "DYNAMODB_TABLE"
Variables ¶
View Source
var TableName = os.Getenv(TableNameEnvName)
Functions ¶
func NewDynamoRepo ¶
func NewDynamoRepo() core.Repository
Types ¶
type DynamoRepo ¶
type DynamoRepo struct { TableName string // contains filtered or unexported fields }
func (*DynamoRepo) Delete ¶
func (r *DynamoRepo) Delete(k string) error
func (*DynamoRepo) Init ¶
func (r *DynamoRepo) Init() error
type Request ¶
type Request events.APIGatewayProxyRequest
type Response ¶
type Response events.APIGatewayProxyResponse
Click to show internal directories.
Click to hide internal directories.