https://github.com/raphaelbh/python-dynamodb
Simple python + dynamodb application.
https://github.com/raphaelbh/python-dynamodb
aws docker docker-compose dynamodb poc python
Last synced: 3 months ago
JSON representation
Simple python + dynamodb application.
- Host: GitHub
- URL: https://github.com/raphaelbh/python-dynamodb
- Owner: raphaelbh
- License: mit
- Created: 2022-02-22T00:36:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T14:05:11.000Z (over 4 years ago)
- Last Synced: 2025-09-05T10:46:50.204Z (10 months ago)
- Topics: aws, docker, docker-compose, dynamodb, poc, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python + DynamoDB
[](#)
[](#)
Simple python + dynamodb application.
## Requirements
[](https://www.docker.com/)
## Installation
```bash
$ docker-compose up -d
```
## Usage
```bash
$ docker-compose exec application sh
$ python save_transaction.py
$ python get_transactions.py
```
## Tech Stack
[](https://www.docker.com/)
[](https://www.python.org/)
[](https://aws.amazon.com/)
## Reference
- https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GettingStarted.Python.html
## Feedback
If you have any feedback, please contact me at raphaeldias.ti@gmail.com
[](https://github.com/raphaelbh)
[](https://www.linkedin.com/in/raphaelbh/)