🚧 This documentation is not complete yet as Lagon is in development.
Cloud
Limits

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.

PersonalProEnterprise
Organization members110Unlimited
Functions1050Unlimited

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:

PersonalProEnterprise
Free requests/month3,000,0005,000,000Custom
Code size10MB10MBCustom
Assets100100Custom
Assets size10MB10MBCustom
Memory128MB128MBUp to 1GB
CPU time/request10ms50msUp to 1s
CPU startup time100ms200msUp to 1s
Custom domains1010Custom
Environment variables100100Custom
Env. var. key length64 characters64 charactersCustom
Env. var. value size5KB5KBCustom
fetch() calls2020Custom
fetch() redirections55Custom

The CPU time limit only counts the time spent executing your code. For example, that means the time spent waiting for a response from a fetch call is not counted.