It is recommended not to use Alibaba Cloud ESA Pages function yet

These are the limitations of the ESA Pages function. This resource scale is only sufficient for hosting a small website. If you want to host a website with long-term updates, the 2000 file limit is too low.

FeatureLimitation ItemLimitDescription
FunctionResponse Time120 secondsThe response time for a single function execution cannot exceed 120 seconds (including I/O wait time as RT).
Wait Time10 secondsThe gateway waits for Functions. If Functions do not return any data within 10 seconds, the gateway will disconnect and return a 504 status code to the client.
Code Package Size4 MBUpper limit for the size of each function’s JavaScript code file.
Sub-request Count4Number of fetch requests allowed per single function execution.
Development LanguageJavaScript (ES6 syntax)Currently only JS is supported. You need JavaScript programming skills.
PagesFile Count2000 filesEach Pages project can upload up to 2000 static files (e.g., HTML, CSS, JS, images, etc.).
Single File Size25MBMaximum size for a single file (e.g., video, PDF, JS package) is 25MB.
Package Size1024MBMaximum size for the entire project source code compression package (deploy package) is 1024MB.

Reference Documents