func getSSMClient()

in pkg/aws/ssm.go [10:13]


func getSSMClient() *ssm.SSM {
	service := ssm.New(sharedSession)
	return service
}