Hacker News new | ask | show | jobs
by bpicolo 3250 days ago
The main limitation with lambda is really still code size. 50mb is tiny for all but trivial apps thanks to libraries.
1 comments

FYI that Azure Functions doesn't have this limitation. Code is stored on your own storage account and you can go as high as you want.

(Disclosure: I'm a product manager on Azure Functions.)