dreipol / django-scarface

Send push notifications to mobile devices using Amazon SNS
MIT License
43 stars 21 forks source link

Migrate to boto3 #21

Open browniebroke opened 7 years ago

browniebroke commented 7 years ago

Boto support is being phased out, and is being replaced by boto3. As far as I know, this library only uses SNS: https://boto3.readthedocs.io/en/latest/reference/services/sns.html

Opening this as moto is deprecating the boto related code and moving towards boto3.