Skip to content

Commit 20626c6

Browse files
committed
Soften the warning statement
1 parent 6421c3a commit 20626c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ RIE_ENDPOINT=http://custom-host:9000/2015-03-31/functions/function/invocations a
5050

5151
## Environment Variables
5252

53-
| Variable | Description | Default Value |
54-
| -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- |
55-
| `RIE_ENDPOINT` | URL for the Lambda Runtime Interface Emulator (RIE) | `http://localhost:9000/2015-03-31/functions/function/invocations` |
56-
| `ENABLE_CORS` | Set this to `"true"` to enable CORS for all origins, methods, and headers.<br>**Warning:** Enabling this setting may have security implications, Ensure you understand the implications before enabling it. | `"false"` |
53+
| Variable | Description | Default Value |
54+
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------- |
55+
| `RIE_ENDPOINT` | URL for the Lambda Runtime Interface Emulator (RIE) | `http://localhost:9000/2015-03-31/functions/function/invocations` |
56+
| `ENABLE_CORS` | Set this to `"true"` to enable CORS for all origins, methods, and headers.<br>**Warning:** Please be aware that this options may have security implications. | `"false"` |
5757

5858
## License
5959

0 commit comments

Comments
 (0)