Skip to content

Commit 074ee79

Browse files
committed
add notes for root paths and binary support
1 parent 49476ab commit 074ee79

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,3 +454,9 @@ Simply create one `{proxy+}` route that uses the `ANY` method and all requests w
454454

455455
## Contributions
456456
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

Comments
 (0)