From 6ccaf05d6328b399cdc126eea535317e768d33c2 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Tue, 3 Jun 2025 07:41:53 -0400 Subject: [PATCH] Expand Athena justification a bit and sound more confident --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36d914b..15bc0af 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ ## Justifications - Athena - - Less up-front configuration involved. I hope. + - Less up-front configuration involved. - AWS wants to lock you into their ecosystem so it'll be cheaper. - - In the future, we can switch from CSV to JSON or Parquet or mix and match without any overhead. + - In the future, we can switch from CSV to JSON or Parquet or mix and match without any overhead like rewriting the /load endpoints to use a different SQL flavor or parsing library. - API Gateway - Rate limiting and caching built-in - Abstracts interfacing with the API away from raw lambda invocation URLs