|
|
|
|
|
by JoshTriplett
1385 days ago
|
|
What runtime are you using? A custom runtime can get cold start times in milliseconds, as long as you're not loading a large language runtime or a container. Try a custom runtime that has only a single statically linked binary in it and nothing else. |
|