I\'m trying to publish messages to SNS with my python lambda function in AWS, my code is:
import boto3 sns = boto3.client(\'sns\') ... sns.publish( Topi