Remix.run Logo
ttoinou 3 days ago

Maybe its a problem when you’re paying 200ms per small request and you have millions of them ?

hnlmorg 3 days ago | parent | next [-]

The hypothetical 200ms is for cold starts. That means when the docker container that runs behind the lambda first starts up.

When a lambda is invocated, that docker container isn’t immediately destroyed. It’s kept around for reuse.

So there isn’t a realistic scenario where you would get a million cold starts in a month.

Eric_WVGG 3 days ago | parent | prev | next [-]

Some companies who actually depend on actions like this should consider fronting some cash to keep this project going.

bastawhiz 3 days ago | parent | prev [-]

If you have cold starts on all of your millions of requests, something is very wrong with your code.