Prerequisites: Python 3.10 or 3.11, Poetry and Docker. AWS credentials must be configured in ~/.aws/credentials
.
poetry install --with deploy,bench
poetry run python3 -m deploy
poetry run python3 -m bench
To terminate all resources:
poetry run python3 -m deploy.cleanup