AWS - SNS and SQS
Given the following AWS SNS subscription code snippet, what will be the result when a message is published?
sns.subscribe({ Protocol: 'email', Endpoint: 'user@example.com' });