serverless-offline-reasint
Version:
Emulate AWS λ and API Gateway locally when developing your Serverless project
32 lines (31 loc) • 807 B
JavaScript
export default {
albPort: 3003,
corsAllowHeaders: "accept,content-type,x-api-key,authorization",
corsAllowOrigin: "*",
corsDisallowCredentials: true,
corsExposedHeaders: "WWW-Authenticate,Server-Authorization",
disableCookieValidation: false,
dockerHost: "localhost",
dockerHostServicePath: null,
dockerNetwork: null,
dockerReadOnly: true,
enforceSecureCookies: false,
host: "localhost",
httpPort: 3000,
httpsProtocol: null,
lambdaPort: 3002,
layersDir: null,
localEnvironment: false,
noAuth: false,
noPrependStageInUrl: false,
noTimeout: false,
prefix: "",
reloadHandler: false,
resourceRoutes: false,
terminateIdleLambdaTime: 60,
useDocker: false,
useInProcess: false,
webSocketHardTimeout: 7200,
webSocketIdleTimeout: 600,
websocketPort: 3001,
}