Skip to content

Commit

Permalink
docs: update pricing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjoDiaz committed Jul 15, 2023
1 parent c9ee9fa commit 5d79205
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -585,13 +585,13 @@ You can check the Lambda [pricing](https://aws.amazon.com/lambda/pricing/) and C

#### Example

If you have a single warmer and want to warm 10 functions, each with `memorySize = 1024` and `duration = 10`, using the default settings (and we ignore the free tier):
If you have a single warmer and want to warm 10 functions, each with `memorySize = 1024` and `duration = 10`, using the default settings ($0.0000166667 for every GB-second) and ignoring the free tier:

* WarmUp: runs 8640 times per month = $0.18
* 10 warm lambdas: each invoked 8640 times per month = $14.4
* Total = $14.58
* WarmUp: runs 8640 times per month = $0.0
* 10 warm lambdas: each invoked 8640 times per month = $0.3
* Total = $0.3

CloudWatch costs are not in this example because they are very low.
CloudWatch costs are not consdiered in this example.

## Contribute

Expand Down

0 comments on commit 5d79205

Please sign in to comment.