Package misk. dynamodb
Types
Link copied to clipboard
@Singleton
Content copied to clipboard
Link copied to clipboard
Service that's running when DynamoDb is usable. Configure your service to depend on this service if it needs DynamoDb.
Link copied to clipboard
Interface for a timestamped entity.
Link copied to clipboard
This version field is used for optimistic locking.
Link copied to clipboard
open class RealDynamoDbModule(clientConfig: ClientConfiguration, requiredTableTypes: KClass<*>) : KAbstractModule
Content copied to clipboard
Install this module to have access to an AmazonDynamoDB client. This can be used to create a DynamoDbMapper for querying of a DynamoDb table.
Link copied to clipboard
A table that must be available in the DynamoDB instance. If this table doesn't exist, the service will not start up.