"""Docstring.""" import boto3 SNS_CLIENT = boto3.client('sns', region_name='us-east-1') def do_something(): SNS_CLIENT.create_topic(Name='paul-test-new-topic')