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: docs/quickstart.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,8 +93,12 @@ As a result API endpoint will be exposed for you. You can trigger it with the 'c
93
93
```
94
94
!!! info
95
95
To learn more about local testing, please visit [SAM local testing](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-cli-command-reference-sam-local-start-api.html) page
96
-
!!! warning
97
-
**Powertools Tracer** requires X-RAY service to work. This means that you will not see the traces locally. Roll it out on your AWS account instead.
96
+
???+ tip "Tip: Want to use different tool for API testing?"
97
+
Instead of `curl` you have many other options to choose from.
98
+
99
+
* Choose different command line tool like `HTTPie`.
100
+
* Type the url in the browser directly
101
+
* Use REST API client like `Postman` or `SoupUI`.
98
102
#### Remote test
99
103
You may also deploy your application into AWS Account by issuing the following command.
0 commit comments