Gothic Framework G symbol

AWS CLI Profile

Sometimes you have more than one AWS account profile on your AWS CLI, to use a specific credential profile add the profile name to your gothic-config.json as shown below:

{
 	"projectName" : "gothic-example" ,
 	"goModuleName" : "github.com/felipegenef/gothicframework/v2" ,
 	"optimizeImages" : {
 		"lowResolutionRate" :  20 ,
 	 }
 	"deploy" : {
 		"serverMemory" :  128 ,
 		"serverTimeout" :  30 ,
 		"region" :  "us-east-1" ,
 		"customDomain" :  false ,
 		"profile" :  "mycustomProfileName" ,
 		"stages" : {
 			"dev" : {
 				"hostedZoneId" :  null ,
 				"customDomain" :  null ,
 				"certificateArn" :  null ,
 				"wafArn" :  null ,
 				"env" : {}
 			}
 		}
 	}
 }