Installation
Install dynamo-pandas from PyPI using pip:
$ pip install dynamo-pandas
This will install the package and its dependencies except for boto3 which is not installed by default to avoid unnecessary installation when building Lambda layers.
To include boto3 as part of the installation, add the boto3 “extra” this way:
$ python -m pip install dynamo-pandas[boto3]