AWS - SNS and SQS
An AWS SNS subscription to a Lambda function is not triggering the function. The subscription code is:
sns.subscribe({ Protocol: 'lambda', Endpoint: 'arn:aws:lambda:region:account-id:function:myFunction' }); What is a possible cause?