Skip to content

Commit e1a8f2c

Browse files
author
Michal Ploski
committed
Add tip about using different API testing tools
1 parent 639b9e1 commit e1a8f2c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/quickstart.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,12 @@ As a result API endpoint will be exposed for you. You can trigger it with the 'c
9393
```
9494
!!! info
9595
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`.
98102
#### Remote test
99103
You may also deploy your application into AWS Account by issuing the following command.
100104
```bash

0 commit comments

Comments
 (0)