# These variables are for the sole purpose of console display and are not used by modules.
output "lambda_get_grps_data_arn" {
  value = data.aws_lambda_function.lambda_get_grps_data.arn
}

output "lambda_create_product_arn" {
  value = data.aws_lambda_function.lambda_create_product.arn
}
