Commit b89f9ad
authored
fix(event-handler): return dict on missing multi_value_headers (#3824)
* fix(parameters): make cache aware of single vs multiple calls
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
* chore: cleanup, add test for single and nested
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
* fix(event-handler): return dict on missing multi_value_headers
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
* chore: default dict for multi query strings too
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
* revert: path_parameters and stage_variables unrelated to the issue
---------
Signed-off-by: heitorlessa <lessa@amazon.co.uk>1 parent 812ab3f commit b89f9ad
File tree
2 files changed
+23
-3
lines changed- aws_lambda_powertools/utilities/data_classes
- tests/functional/event_handler
2 files changed
+23
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
| 118 | + | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1108 | 1108 | | |
1109 | 1109 | | |
1110 | 1110 | | |
| 1111 | + | |
| 1112 | + | |
| 1113 | + | |
| 1114 | + | |
| 1115 | + | |
| 1116 | + | |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
0 commit comments