Commit f88ca79
1 parent a95c8c7 commit f88ca79
File tree
15 files changed
+34
-15
lines changed- aws_lambda_powertools
- event_handler
- middlewares
- openapi
- swagger_ui
- logging
- metrics/provider/datadog
- tracing
- docs/api_doc/event_handler
15 files changed
+34
-15
lines changed+10-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
313 | 313 |
| |
314 | 314 |
| |
315 | 315 |
| |
| 316 | + | |
316 | 317 |
| |
317 | 318 |
| |
318 | 319 |
| |
319 |
| - | |
320 | 320 |
| |
321 | 321 |
| |
322 | 322 |
| |
| |||
908 | 908 |
| |
909 | 909 |
| |
910 | 910 |
| |
| 911 | + | |
| 912 | + | |
911 | 913 |
| |
912 | 914 |
| |
913 | 915 |
| |
| |||
1459 | 1461 |
| |
1460 | 1462 |
| |
1461 | 1463 |
| |
1462 |
| - | |
| 1464 | + | |
1463 | 1465 |
| |
1464 | 1466 |
| |
1465 | 1467 |
| |
| |||
2570 | 2572 |
| |
2571 | 2573 |
| |
2572 | 2574 |
| |
| 2575 | + | |
| 2576 | + | |
2573 | 2577 |
| |
2574 | 2578 |
| |
2575 | 2579 |
| |
| |||
2650 | 2654 |
| |
2651 | 2655 |
| |
2652 | 2656 |
| |
| 2657 | + | |
| 2658 | + | |
2653 | 2659 |
| |
2654 | 2660 |
| |
2655 | 2661 |
| |
| |||
2685 | 2691 |
| |
2686 | 2692 |
| |
2687 | 2693 |
| |
| 2694 | + | |
| 2695 | + | |
2688 | 2696 |
| |
2689 | 2697 |
| |
2690 | 2698 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
+4-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
879 | 879 |
| |
880 | 880 |
| |
881 | 881 |
| |
882 |
| - | |
883 |
| - | |
884 | 882 |
| |
885 | 883 |
| |
886 | 884 |
| |
| |||
932 | 930 |
| |
933 | 931 |
| |
934 | 932 |
| |
935 |
| - | |
936 |
| - | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
937 | 936 |
| |
938 | 937 |
| |
939 | 938 |
| |
| |||
964 | 963 |
| |
965 | 964 |
| |
966 | 965 |
| |
967 |
| - | |
| 966 | + | |
968 | 967 |
| |
969 | 968 |
| |
970 | 969 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
|
Diff for: aws_lambda_powertools/logging/logger.py
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 |
| - | |
94 | 90 |
| |
95 | 91 |
| |
96 | 92 |
| |
|
Diff for: aws_lambda_powertools/tracing/base.py
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
|
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + |
Diff for: docs/api_doc/event_handler/appsync.md
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + |
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + |
Diff for: docs/api_doc/event_handler/openapi.md
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + |
Diff for: mkdocs.yml
+5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
75 | 80 |
| |
76 | 81 |
| |
77 | 82 |
| |
|
0 commit comments