Im trying to list the sns topic using boto3
im using this code
import boto3 import pprint response = client.list_topics( NextToken=\'string\' )