Skip to content

Commit 45d6731

Browse files
committed
Sync
1 parent 2c8c7bc commit 45d6731

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed

README.md

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -351,29 +351,23 @@ There are three components to the cost:
351351

352352
1. EventBridge scheduler: $0.00864
353353

354-
```
355-
356-
Requests cost — 8,640 invocations per month x $1/million = $0.00864
357-
358-
```
354+
```
355+
Requests cost — 8,640 invocations per month x $1/million = $0.00864
356+
```
359357

360358
1. Warmer function: $0.145728288
361359

362-
```
363-
364-
Requests cost — 8,640 invocations per month x $0.2/million = $0.001728
365-
Duration cost — 8,640 invocations per month x 1GB memory x 1s duration x $0.0000166667/GB-second = $0.144000288
366-
367-
```
360+
```
361+
Requests cost — 8,640 invocations per month x $0.2/million = $0.001728
362+
Duration cost — 8,640 invocations per month x 1GB memory x 1s duration x $0.0000166667/GB-second = $0.144000288
363+
```
368364

369365
1. Server function: $0.0161280288 per warmed instance
370366

371-
```
372-
373-
Requests cost — 8,640 invocations per month x $0.2/million = $0.001728
374-
Duration cost — 8,640 invocations per month x 1GB memory x 100ms duration x $0.0000166667/GB-second = $0.0144000288
375-
376-
```
367+
```
368+
Requests cost — 8,640 invocations per month x $0.2/million = $0.001728
369+
Duration cost — 8,640 invocations per month x 1GB memory x 100ms duration x $0.0000166667/GB-second = $0.0144000288
370+
```
377371

378372
For example, keeping 50 instances of the server function warm will cost approximately **$0.96 per month**
379373

0 commit comments

Comments
 (0)