# README
ddb
Common Fate helpers for working with DynamoDB.
Integration testing
You can provision an example table for testing as follows.
go run cmd/create/main.go
To run the integration tests, you need to set the TESTING_DYNAMODB_TABLE
to be the name of the test table you created.
export TESTING_DYNAMODB_TABLE=ddb-testing
To cleanup the table:
go run cmd/destroy/main.go