I am using Lambda function to push message to SQS queue. Once the message is placed in SQS queue i need to trigger other Lambda function to process the message in Queue.
I think this we can implement using SNS. I am new in AWS service, Please suggest solution to trigger Lambda function based on SQS queue messages with the help of SNS.