module "api_gateway" {
  source = "./modules/api_gateway"
  common = local.common

  api_gateway_list = ${API_GATEWAY_LIST}
  api_gateway_lambda_list = ${LAMBDA_FUNCTIONS_WITH_APIGW_LIST}
}