We have several limits in place to ensure that our service is available to everyone. Some limits depend on the plan you're subscribed to, while others are the same for everyone.
You can contact us if you need to increase some limits.
Accounts
Each account can create at most 3 Organizations.
Organizations
An Organization name can be at least 3 and up to 64 characters long. An Organization description can be at most 256 characters long. An Organization can have at most 20 Functions.
Personal | Pro | Enterprise | |
---|---|---|---|
Organization members | 1 | 10 | Unlimited |
Functions | 10 | 50 | Unlimited |
Functions
Each Function name must be unique. The name must be at least 3 and up to 64 characters long and can only contain letters, numbers, and dashes. The name cannot start or end with a dash.
Below are the limits for each plan:
Personal | Pro | Enterprise | |
---|---|---|---|
Free requests/month | 3,000,000 | 5,000,000 | Custom |
Code size | 10MB | 10MB | Custom |
Assets | 100 | 1000 | Custom |
Assets size | 10MB | 10MB | Custom |
Memory | 128MB | 128MB | Up to 1GB |
Maximum request duration | 5s | 30s | Custom |
Custom domains | 10 | 10 | Custom |
Environment variables | 100 | 100 | Custom |
Env. var. key length | 64 characters | 64 characters | Custom |
Env. var. value size | 5KB | 5KB | Custom |
fetch() calls/request | 20 | 20 | Custom |
fetch() redirections | 5 | 5 | Custom |
Additionally, code generation from strings is disabled by default. In the future, you'll be able to enable it on a per-Function basis. That means running eval
or new Function
will throw an error.