Last updated:
0 purchases
awsindocker 0.0.1
aws_in_docker
Mock EC2 with this moto fork + launch instances in Docker.
Usage
# TODO
Contributing
Contributing Setup
Clone the project locally
Install the corresponding .python-version using something like pyenv
Create a virtual environment named .venv with python -m venv .venv
Activate the virtual environment with source .venv/bin/activate
Install poetry
Install invoke with pip install invoke
Run poetry install --no-root
Run invoke setup
Contributing Tests
Run poetry run invoke tests
Contributing All Checks (including tests)
Run poetry run invoke hooks
Build And Publish to PyPI
poetry build
poetry publish
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.