Commit 2fd626b
Fix tenant ID validation error handling in sam local start-api (#8453)
* Show the correct error message when user invoke multi-tenant function without tenant-id header when using sam local start-api
* Add unit test for tenant ID validation error handling in sam local start-api
* Update test_local_apigw_service.py
---------
Co-authored-by: Chengjun Li <>
Co-authored-by: Roger Zhang <ruojiazh@amazon.com>1 parent 47bfe49 commit 2fd626b
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
739 | 739 | | |
740 | 740 | | |
741 | 741 | | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
742 | 745 | | |
743 | 746 | | |
744 | 747 | | |
| |||
0 commit comments