Amazon web services – How do I keep my RabbitMQ worker functions active as Lambda functions?
These worker functions are RabbitMQ consumers that process incoming requests and reply with responses. I'm looking for guidance on how to keep these worker functions always active after deploying the Lambda function. What configurations or practices can help achieve this?…