- Python (Tested on 2.7.12 and 3.5.2)
- PyPi module Redis
- Installed and running Redis Servers
from this_module import RedisCluster
import json | |
import boto.sns | |
class AmazonSNSIosPush: | |
def __init__(self, region_name, aws_access_key_id, | |
aws_secret_access_key, arn): | |
self.user_token = None | |
self.message = None | |
self.arn = arn |