Override this to provide a custom command line argument name for local Dynamo DB port
Override this to provide a custom default DB port programmatically.
Override this to provide a custom default DB port programmatically. By default it will try to pick a random port.
Override this to provide a custom command line argument name that represents 'use AWS resources' mode
Override this to provide a custom command line argument name for Dynamo DB region
Override this to specify custom location for start/stop scripts for a local Dynamo instance
Override this to specify whether to use AWS Local DynamoDB or Dynalite
Override this to specify whether to use AWS Local DynamoDB or Dynalite
Mix in this trait if you want to write a spec that depends on DynamoDB and want to optionally spin up a local DynamoDB.
To use it, extend this trait, specify (val arguments: org.specs2.main.Arguments) as an argument to your spec class, and add steps to your spec to call startLocalDynamoDB and stopLocalDynamoDB at the appropriate times.
You can also optionally override various command line argument names to configure the spec.