Categorygithub.com/common-fate/ddb
repositorypackage
0.15.0
Repository: https://github.com/common-fate/ddb.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

ddb

Go Reference

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