UNPKG

@geek-fun/serverlessinsight

Version:

Full life cycle cross providers serverless application management for your fast-growing business.

6 lines (5 loc) 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OSS_DEPLOYMENT_TIMEOUT = exports.CODE_ZIP_SIZE_LIMIT = void 0; exports.CODE_ZIP_SIZE_LIMIT = 15 * 1000 * 1000; exports.OSS_DEPLOYMENT_TIMEOUT = 3000; // in seconds