Skip to content

Commit d41540d

Browse files
committed
Clean up remaining AWS Lambda references
Follow-up for #5884
1 parent ef6b319 commit d41540d

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ test-all: docker-compose-up
6262
test-failpoints:
6363
@$(MAKE) -C $(QUICKWIT_SRC) test-failpoints
6464

65-
test-lambda: DOCKER_SERVICES=localstack
66-
test-lambda: docker-compose-up
67-
@$(MAKE) -C $(QUICKWIT_SRC) test-lambda
68-
6965
# This will build and push all custom cross images for cross-compilation.
7066
# You will need to login into Docker Hub with the `quickwit` account.
7167
IMAGE_TAGS = x86_64-unknown-linux-gnu aarch64-unknown-linux-gnu x86_64-unknown-linux-musl aarch64-unknown-linux-musl

quickwit/quickwit-serve/src/lib.rs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,19 +1350,6 @@ async fn check_cluster_configuration(
13501350
Ok(())
13511351
}
13521352

1353-
pub mod lambda_search_api {
1354-
pub use crate::elasticsearch_api::{
1355-
es_compat_cat_indices_handler, es_compat_index_cat_indices_handler,
1356-
es_compat_index_count_handler, es_compat_index_field_capabilities_handler,
1357-
es_compat_index_multi_search_handler, es_compat_index_search_handler,
1358-
es_compat_index_stats_handler, es_compat_resolve_index_handler, es_compat_scroll_handler,
1359-
es_compat_search_handler, es_compat_stats_handler,
1360-
};
1361-
pub use crate::index_api::get_index_metadata_handler;
1362-
pub use crate::rest::recover_fn;
1363-
pub use crate::search_api::{search_get_handler, search_post_handler};
1364-
}
1365-
13661353
#[cfg(test)]
13671354
mod tests {
13681355
use quickwit_cluster::{ChannelTransport, ClusterNode, create_cluster_for_test};

quickwit/quickwit-telemetry/src/payload.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ pub enum QuickwitFeature {
119119
Jaeger,
120120
Otlp,
121121
PostgresqMetastore,
122-
AwsLambda,
123122
}
124123

125124
fn hashed_host_username() -> String {

0 commit comments

Comments
 (0)