teleport/lib/backend/dynamo/doc.go
2017-03-22 17:04:06 -07:00

14 lines
375 B
Go

/*
Package dynamodbDynamoDBBackend implements DynamoDB storage backend
for Teleport auth service, similar to etcd backend.
dynamo package implements the DynamoDB storage back-end for the
auth server. Originally contributed by https://github.com/apestel
limitations:
* Paging is not implemented, hence all range operations are limited
to 1MB result set
*/
package dynamo