I have a route that calls a worker that makes the same request to a lambda. What I wanted to do was
I have a route that calls a worker that makes the same request to a lambda. What I wanted to do was use the Queue, but I thought I could use it directly in the route, but in reality from what I understand I will have to create an 'add to queue' worker, with a route trigger that receives the request data and then adds it to the Queue, which itself will call another Worker that will make the request to the lambda.
Would that be it? Because then each request will have 2x more requests to workers
Would that be it? Because then each request will have 2x more requests to workers





