ContributingΒΆ

See https://github.com/dazza-codes/aio-aws

Code for some examples can be run by cloning the repo and following the instructions to get started.

The following setup assumes that miniconda3 and poetry are installed already (and make 4.x).

git clone https://github.com/dazza-codes/aio-aws
cd aio-aws
conda create -n aio-aws python=3.7
conda activate aio-aws
make init  # calls poetry install