16x larger Environment Variable storage up to 64KB

Craig AndrewsSoftware Engineer, Infrastructure
Two bars. One small one represents the 4KB limit of env vars when using a Lambda function, and another bigger bar represents the new 64KB limit of env vars when using Lambda functions in VercelTwo bars. One small one represents the 4KB limit of env vars when using a Lambda function, and another bigger bar represents the new 64KB limit of env vars when using Lambda functions in Vercel

You can now use a total of 64KB in Environments Variables for each of your Deployments on Vercel. This change means you can add large values for authentication tokens, JWTs, or certificates, without worrying about storage size.

Deployments using Node.js, Python, and Ruby can support the larger 64KB environment.

Check out the documentation as well.