This repository was archived by the owner on Dec 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,13 @@ npm i -g json-serverless
105105
106106Open the {ENDPOINTURL}: https://xxxxxx.execute-api.eu-central-1.amazonaws.com/dev/ that you received as output
107107
108+ | Features | Relative Path | Sample with Endpoint |
109+ | --------------------- | ------------- | ------------------------------------------------------------------- |
110+ | Swagger UI | /ui | https://xxxxxx.execute-api.eu-central-1.amazonaws.com/dev/ui |
111+ | Swagger Specification | /api-spec | https://xxxxxx.execute-api.eu-central-1.amazonaws.com/dev/api-spec |
112+ | GraphiQL | /graphql | https://xxxxxx.execute-api.eu-central-1.amazonaws.com/dev/graphql |
113+ | API Routes | /api/{routes} | https://xxxxxx.execute-api.eu-central-1.amazonaws.com/dev/api/posts |
114+
108115** MIND** : If you have set enableApiKeyAuth to true => [ SwaggerUI] ( #Cannot-use-Swagger-UI-when-enableApiKeyAuth-is-true )
109116)
110117
@@ -191,7 +198,7 @@ make start-test
191198
192199#### With Swagger
193200
194- Open the {ENDPOINTURL}: http://localhost:3000/ that you received as output
201+ Open the {ENDPOINTURL}: http://localhost:3000/ui that you received as output
195202
196203#### With Curl
197204
You can’t perform that action at this time.
0 commit comments