AWS - SNS and SQS
You run this Python code to subscribe an HTTPS endpoint to an SNS topic but receive an error:
What is the cause of the error?
sns_client.subscribe(TopicArn='arn:aws:sns:us-east-1:123456789012:MyTopic', Protocol='https', Endpoint='http://example.com')
What is the cause of the error?
