An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Python + DynamoDB

[![Project Status](https://img.shields.io/static/v1?label=project%20status&message=complete&color=success&style=flat-square)](#)
[![GitHub License](https://img.shields.io/github/license/raphaelbh/python-dynamodb?style=flat-square)](#)

Simple python + dynamodb application.

## Requirements

[![docker](https://img.shields.io/badge/Docker-2CA5E0?style=for-the-badge&logo=docker&logoColor=white)](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

[![docker](https://img.shields.io/badge/Docker-2CA5E0?style=for-the-badge&logo=docker&logoColor=white)](https://www.docker.com/)
[![python](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge&logo=python&logoColor=blue)](https://www.python.org/)
[![aws](https://img.shields.io/badge/Amazon_AWS-FF9900?style=for-the-badge&logo=amazonaws&logoColor=white)](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

[![github](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/raphaelbh)
[![linkedin](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/raphaelbh/)