Documentation
¶
Overview ¶
Package dynamodb contains helpers for AWS DynamoDB.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateTable ¶
func CreateTable(dc dynamodbiface.DynamoDBAPI, f *framework.Framework) string
CreateTable creates a table named after the given framework.Framework.
func DeleteTable ¶
func DeleteTable(dc dynamodbiface.DynamoDBAPI, name string)
DeleteTable deletes a table by name.
func PutItem ¶
func PutItem(dc dynamodbiface.DynamoDBAPI, tableName, value string)
PutItem inserts a new Item into the table of the given name.
Types ¶
Click to show internal directories.
Click to hide internal directories.