Commit 093fa1a
committed
Support base URLs with optional query params
The example lambda event handlers currently build a query string which
presumes that at least one parameter exists. This change will now
support the situation where there are no parameters.1 parent 03ff16b commit 093fa1a
2 files changed
Lines changed: 5 additions & 3 deletions
File tree
- 5-Create_CloudFront_SignedURL_Canned
- 6-Create_CloudFront_SignedURL_Custom
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
0 commit comments