Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
messe
on Sept 8, 2021
|
parent
|
context
|
favorite
| on:
Almost free serverless on-demand Minecraft server ...
> It looks like the watchdog is simply checking for connections on a port, which is probably too low-level to handle with lambda
Not at all. You could easily check that with any of Lambda's supported languages.
015a
on Sept 9, 2021
[–]
If the lambda were running on the same machine as the server, maybe, but that's not how lambda works.
messe
on Sept 9, 2021
|
parent
[–]
Ah you're right. I was thinking the watchdog was querying the server. I see now they're both part of the same fargate task, so it's just checking for local network connections.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Not at all. You could easily check that with any of Lambda's supported languages.