Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.16 KB

Postman-Workspace-Setup-and-Configuration.md

File metadata and controls

56 lines (31 loc) · 2.16 KB

Postman Workspaces and Development Environments

Create a Workspace

  1. Open Postman Application
  2. Click the Workspaces tab.
  3. Create a new Workspace (preferably a team workspace - although this will require a subscription after trial)

image

image

image

Import Collection

We have provided a complete configured collection to you as an json file.

Import Collection and Environment

Download Collection File

  1. Click Import file
  2. Import File from downloaded file.
  3. Check that its a Collection Import and select import

image

image

Check imported Collection

All of your GraphQL and RestAPI requests are now configured for you.

image

Configure Environment

Download Environment File

  1. Click Import file
  2. Import downloaded environment file.
  3. Check that its a environment file and select import

image

image

Check Environment Configuration

Your environment variables should be setup for your DEV deployment

image

[NOTE]: As part of the Authentication deployment, we have added a Custom Postman Application Client to your UserPool. This allows Postman to connect to Cognito to Authenticate requests from this environment.