rrainn/Start DynamoDB in GitHub Actions
Starts DynamoDB Local in background as a Docker container for support with GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dbPath | The path for the database. If undefined, inMemory will be used. Default: undefined | no | — |
| sharedDb | If sharedDb should be enabled. Default: undefined | no | — |
| delayTransientStatuses | If delayTransientStatuses should be enabled. Default: undefined | no | — |
| optimizeDbBeforeStartup | If optimizeDbBeforeStartup should be enabled. Default: undefined | no | — |
| port | The port that DynamoDB should run on. Default: 8000 | no | 8000 |
| version | The Docker image version | no | latest |
| cors | The cors settings that should be used. Default: * | no | * |
Outputs
no outputs