Gothic Framework G symbol

Timeout And memory

To configure the timeout in seconds (max is 900) and the memory in megabites of you lambda function (max is 10000 and min is 128), add the values in your gothic-config.json as shown below:

{
 	"projectName" : "gothic-example" ,
 	"goModuleName" : "github.com/felipegenef/gothicframework/v2" ,
 	"optimizeImages" : {
 		"lowResolutionRate" :  20 ,
 	 }
 	"deploy" : {
 		"serverMemory" :  128 ,
 		"serverTimeout" :  30 ,
 	}
 }