Replies: 2 comments 1 reply
-
You can't. AWS Lambda is not made to run a daemon that runs all the time. All code running on AWS Lambda must be triggered by an event: an HTTP request, a cron, an eventbridge message, etc. You could look into Fargate for that maybe? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Do I understand correctly, we cannot deploy demons via serverless? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I did not find any information on how I can use bref or serverless to raise a worker that will work constantly (cron that runs every 1 minute is not suitable) and read changes from a third-party API every few seconds and then generate events through the EventBbridge that will be processed by other workers (I understand how it make).
Thanx!
Beta Was this translation helpful? Give feedback.
All reactions