Database
dynamoDb
Create local dynamo databases
Types:
- dynamoDb (
attrsOf targetType): Optional. Mapping of names to multiple databases. Defaults to{ }. - targetType (
submodule):- name (
str), - host (
str): Optional, defaults to127.0.0.1. - port (
str): Optional, defaults to8022. - infra (
str): Optional. Absolute path to the directory containing the terraform infrastructure. - daemonMode (
boolean): Optional, defaults tofalse. - data (
listOf str): Optional, defaults to []. Absolute paths with json documents, with the format defined for BatchWriteItem. - dataDerivation (
listOf package): Optional, defaults to[]. Derivations where the output ($ out), are json documents, with the format defined for BatchWriteItem. This is useful if you want to perform transformations on your data.
- name (
Example:
The following variables are available:
- HOST
- PORT
- DAEMON
- POPULATE