NabuCasa / pycognito

Python library for using AWS Cognito. With support for SRP.
Apache License 2.0
128 stars 39 forks source link

make the boto3 dependency for dev only #156

Closed drone-ah closed 3 months ago

drone-ah commented 2 years ago

boto3 is pre-installed within a lambda environment and, as such, is not required when packaging for lambda.

This PR makes boto3 an optional dependency to allow for smaller lambda packages.