https://github.com/valicm/ddev-dynamodb
DynamoDB container for DDEV
https://github.com/valicm/ddev-dynamodb
ddev-addon ddev-get ddev-service dynamodb
Last synced: 4 months ago
JSON representation
DynamoDB container for DDEV
- Host: GitHub
- URL: https://github.com/valicm/ddev-dynamodb
- Owner: valicm
- License: mit
- Created: 2023-09-26T11:16:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T23:42:41.000Z (about 1 year ago)
- Last Synced: 2025-06-19T21:06:32.659Z (12 months ago)
- Topics: ddev-addon, ddev-get, ddev-service, dynamodb
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DDEV DynamoDB Service
## What is this?
This repository allows you to quickly install DynamoDB database manager into a [Ddev](https://ddev.readthedocs.io) project using just `ddev get valicm/ddev-dynamodb`.
## Installation
For DDEV v1.23.5 or above run
```sh
ddev add-on get valicm/ddev-dynamodb && ddev restart
```
For earlier versions of DDEV run
```sh
ddev get valicm/ddev-dynamodb && ddev restart
```