AWS deployment made easy.
The first step is to clone the repository:
git clone [email protected]:flaviomeira/py_s3_deploy.git
Then go to the project folder and install the requirements:
pip install tox
You're ready to go
tox
For now, we're using the unittest default lib for writing the tests and mocking. Use the existent tests as a model to write yours.
The unit tests validate the interface's functionalities and help us with maintenance of the system, it's important to write tests for EVERYTHING.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Flavio Meira - Initial work and development - flaviomeira
- Leonardo Rodrigues - development - Lelor
- This project is inspired by the great work made in the npm s3-deploy