File tree Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ $ npx aws-api-gateway-cli-test
2020
2121If you have it globally installed:
2222
23- ```
23+ ``` bash
2424$ apig-test \
2525 --username=' johndoe' \
2626 --password=' password' \
@@ -41,23 +41,8 @@ $ apig-test \
4141
4242If you have it locally installed:
4343
44- ```
45- $ npx aws-api-gateway-cli-test \
46- --username='johndoe' \
47- --password='password' \
48- --user-pool-id='us-east-1_Xxxxxxxx' \
49- --app-client-id='29xxyyxxyxxxyyxxxyy' \
50- --cognito-region='us-east-1' \
51- --identity-pool-id='us-east-1:99xxyyx-9999-9999-xx0x-99xxxxxxxx' \
52- --invoke-url='https://99xxxxxxx.execute-api.us-east-1.amazonaws.com' \
53- --api-gateway-region='us-east-1' \
54- --api-key='x3xaacea33DCDA3aqafae28aCdaeEWXX1ada3acx' \
55- --path-template='/users' \
56- --method='GET' \
57- --params='{}' \
58- --additional-params='{}' \
59- --access-token-header='cognito-access-token' \
60- --body='{}'
44+ ``` bash
45+ $ npx aws-api-gateway-cli-test --options
6146```
6247
6348This command takes the following options:
You can’t perform that action at this time.
0 commit comments