You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -454,3 +454,9 @@ Simply create one `{proxy+}` route that uses the `ANY` method and all requests w
454
454
455
455
## Contributions
456
456
Contributions, ideas and bug reports are welcome and greatly appreciated. Please add [issues](https://github.com/jeremydaly/lambda-api/issues) for suggestions and bugs reports.
457
+
458
+
459
+
## NOTES
460
+
In order for "root" path mapping to work, you need to also create an `ANY` route for `/` in addition to your `{proxy+}` route.
461
+
462
+
To enable binary support, you need to add `*/*` under Binary Media Types in API Gateway > APIs > [your api] -> Settings.
0 commit comments