Standalone netlify serverless function?

Hello

i am asking is there is a way to run my serverless function as standalone function without “request/response” cycle
i want my function to be a message broker consumer (rabbitmq) is it possible using netlify serverless function ?

Thanks

Deploying a function without request/response is not possible, please check out AWS Lambda to learn more about what they are: What is AWS Lambda? - AWS Lambda (Netlify Functions use AWS Lambda)