|
|
|
|
|
by deegles
3977 days ago
|
|
It might be possible to write a wrapper function that pulls a larger function from S3. I think you get up to 500mb of /tmp storage per function. Obviously the initial startup time would be atrocious but if you have a high enough TPS it wouldn't be hit too often. I could also see Lambda adding a paid-for option to keep a function "warmed up" at all times. |
|