Commit 83be72f
Bob Strahan
feat: Add Lambda pricing configuration to config library
- Add AWS Lambda pricing entries to Pattern 1 lending-package-sample config
- Add Lambda pricing to Pattern 2 bank-statement-sample config
- Add Lambda pricing to Pattern 2 criteria-validation config
- Add Lambda pricing to Pattern 2 lending-package-sample config
- Add Lambda pricing to Pattern 2 rvl-cdip-package-sample config
Lambda pricing entries:
- lambda/requests: 2.0E-7 (invocations)
- lambda/duration: 1.66667E-5 (gb_seconds)
Based on official AWS Lambda pricing (US East - N. Virginia):
- /bin/bash.20 per 1M requests
- 6.67 per 1M GB-seconds
Still need to update 2 more config files to complete.1 parent c388a6f commit 83be72f
File tree
5 files changed
+45
-0
lines changed- config_library
- pattern-1/lending-package-sample
- pattern-2
- bank-statement-sample
- criteria-validation
- lending-package-sample
- rvl-cdip-package-sample
5 files changed
+45
-0
lines changedLines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
218 | 227 | | |
219 | 228 | | |
220 | 229 | | |
| |||
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
693 | 693 | | |
694 | 694 | | |
695 | 695 | | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
696 | 705 | | |
697 | 706 | | |
698 | 707 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
215 | 224 | | |
216 | 225 | | |
217 | 226 | | |
| |||
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1456 | 1456 | | |
1457 | 1457 | | |
1458 | 1458 | | |
| 1459 | + | |
| 1460 | + | |
| 1461 | + | |
| 1462 | + | |
| 1463 | + | |
| 1464 | + | |
| 1465 | + | |
| 1466 | + | |
| 1467 | + | |
1459 | 1468 | | |
1460 | 1469 | | |
1461 | 1470 | | |
| |||
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
930 | 930 | | |
931 | 931 | | |
932 | 932 | | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
933 | 942 | | |
934 | 943 | | |
935 | 944 | | |
| |||
0 commit comments