Skip to content

Commit c7b908c

Browse files
authored
Update README.md
1 parent 73d0cbe commit c7b908c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Browser <==>|internet| Rproxy <==>|internet| OCI
5858

5959
### Option 1 - Add a "Function URL" to the AWS Lambda function
6060

61-
The configuration of a [Function URL](https://docs.aws.amazon.com/lambda/latest/dg/lambda-urls.html) is the preferred method, as does not imply the introduction of the fixed "HTTP API Gateway" timeout of 30 secs.
61+
The configuration of a [Function URL](https://docs.aws.amazon.com/lambda/latest/dg/lambda-urls.html) is the preferred method, as does not imply the introduction of the fixed "HTTP API Gateway" timeout of 30 secs. Option 2 seems to better change long URLs. Both option can be concurrently active.
6262

6363
- AWS > Lambda > Functions > rproxy
6464
- select "Configuration"
@@ -134,6 +134,7 @@ As alternative option to the usage of a "Function URL", an "HTTP API Gateway" ca
134134
- Select "default" (not $default)
135135

136136
- Check that "default" is selected (not $default) and press "Delete". Confirm.
137+
Note: if $default is missing, select "Stages" and add one named "$default", selecting "Enable automatic deployment". When done, you can remove the "default" Stage.
137138

138139
- Press again "API Gateway" on the top.
139140

@@ -229,7 +230,9 @@ sudo ./aws/install
229230

230231
`REMOTE_URL`: remote URL of the backend application (http or https). Example: https://httpbin.org
231232

232-
`FILTERED_PATH`: path that needs to be filtered. A list of paths can be used, by separating each path with a pipe character (`|`). Example: `/foobar|/baz`.
233+
`FILTERED_PATH`: (optional) path that needs to be filtered. A list of paths can be used, by separating each path with a pipe character (`|`). Example: `/foobar|/baz`.
234+
235+
`NO_HEADERS`: (optional) when existing and set, do not forward headers.
233236

234237
Optional parameters:
235238

0 commit comments

Comments
 (0)