dynamodb-local
Options
Section titled “Options”services.dynamodb-local.enable
Section titled “services.dynamodb-local.enable”Whether to enable DynamoDB Local.
Type: boolean
Default:
falseExample:
trueDeclared by:
services.dynamodb-local.package
Section titled “services.dynamodb-local.package”Which package of DynamoDB to use.
Type: package
Default:
pkgs.dynamodb-localDeclared by:
services.dynamodb-local.port
Section titled “services.dynamodb-local.port”Listen port for DynamoDB Local.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default:
8000Declared by:
services.dynamodb-local.sharedDb
Section titled “services.dynamodb-local.sharedDb”If true, enables the -sharedDb flag for DynamoDB Local. When enabled, DynamoDB Local creates a single database file named shared-local-instance.db. Every program that connects to DynamoDB accesses this file. If you delete the file, you lose any data stored in it.
Type: boolean
Default:
falseDeclared by:

