Python AWS Lambda SNS Invalid parameter: Topic Name

后端 未结 0 767
野趣味
野趣味 2021-02-05 02:52

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题