Y
Hacker News
new
|
ask
|
show
|
jobs
by
8note
2 hours ago
lambdas are ephemeral on compute, but couldn't you connect up EFS for your long lived data?
then when you launch the next one, its like you are still there?
1 comments
mdeeks
1 hour ago
EFS is extremely slow for many workloads. We tried it for builds and various other common use cases for coding agents and the performance just isn't there. I'm guessing lots of small random reads/writes just isn't going to ever work well.
link