From e01c0b8a2c534e189e1d40222a62666baa87895d Mon Sep 17 00:00:00 2001 From: Spencer Gilbert Date: Thu, 13 Apr 2023 10:30:10 -0400 Subject: [PATCH] +amqp Signed-off-by: Spencer Gilbert --- lib/vector-config-macros/src/configurable_component.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vector-config-macros/src/configurable_component.rs b/lib/vector-config-macros/src/configurable_component.rs index da990bb3d38e5..ae7ba45bbe7ff 100644 --- a/lib/vector-config-macros/src/configurable_component.rs +++ b/lib/vector-config-macros/src/configurable_component.rs @@ -409,7 +409,7 @@ fn capitalize(s: &str) -> String { Some(first) => { let name = first.to_uppercase().collect::() + iter.as_str(); match name.as_str() { - "Ampq" | "Aws" | "Ec2" | "Ecs" | "Gcp" | "Hec" | "Http" | "Nats" | "Nginx" + "Amqp" | "Aws" | "Ec2" | "Ecs" | "Gcp" | "Hec" | "Http" | "Nats" | "Nginx" | "Sqs" => name.to_uppercase(), "Eventstoredb" => String::from("EventStoreDB"), "Mongodb" => String::from("MongoDB"),