Have got a basic table select model working. Now will try to setup modal models to support prompts and confirmations
6 lines
101 B
YAML
6 lines
101 B
YAML
version: '3'
|
|
services:
|
|
dynamo:
|
|
image: amazon/dynamodb-local:latest
|
|
ports:
|
|
- 8000:8000 |