Queue: Reference handler instead of creating it #415
jiw-mh
started this conversation in
Constructs
Replies: 1 comment 2 replies
-
It depends on how you define the queue and how you handle the jobs. If you use Lift, you can't, you'd have to define the handler manually. Also I'm curious why use separate queues if you don't need separate handlers? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now every queue requires a separate lambda function to be deployed, causing in a lot of lambda functions and consequently provisionedConcurrency. Wouldn't it be possible to specify a string as worker which references a function defined in the functions section of the Serverless specification?
Beta Was this translation helpful? Give feedback.
All reactions