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: examples/remix/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,4 +87,4 @@ In general, you can test your web app locally without simulating AWS Lambda exec
87
87
sam local start-api --warm-containers EAGER
88
88
```
89
89
90
-
This command will start a local http endpoint and docker container to simulate API Gateway and Lambda. Please modify the region to match the actual region you are using. You can test it using `curl`, `postman`, and your web browser.
90
+
This command will start a local http endpoint and docker container to simulate API Gateway and Lambda. You can test it using `curl`, `postman`, and your web browser.
0 commit comments