I have integrated the SQS with my nodejs code. I push the data to SQS for background processing. Then SQS trigger a lambda function to complete background processing. But due to lambda limitation most of the time i need to face timeout error from lambda.
So now I want that I trigger another ec2 server endpoint from SQS instead of lambda function.
Is there any way to trigger ec2 instance directly from SQS?