From 01a87944dbbb8c05a8813cacbc3c5e6937fcf335 Mon Sep 17 00:00:00 2001 From: Jay Wang Date: Sat, 19 Feb 2022 12:09:17 -0500 Subject: [PATCH] Clarify AWS data transfer fee --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b7062c..64a8c9d 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ Please remember that if gateways are not shutdown via the `shutdown()` method wh ## Costs API Gateway is free for the first million requests per region, which means that for most use cases this should be completely free. At the time of writing, AWS charges ~$3 per million requests after the free tier has been exceeded. +If your requests involve data stream, AWS would charge data transfer fee at $0.09 per GB.   ## Documentation