awslabs/aws-amplify-unicorntrivia-workshop

Additional prompts to configure API Key

bertpig opened this issue · 2 comments

There are additional prompts which are not reflected in the screenshot provided for the steps to complete the amplify api add command for the admin panel.

The additional questions not reflected in the screenshot are:

? Enter a description for the API key:
? After how many days from now the API key should expire (1-365): 180
? Do you want to configure advanced settings for the GraphQL API

The full list of questions shown is:

? Please select from one of the below mentioned services GraphQL
? Provide API name: adminpanel
? Choose the default authorization type for the API API key
? Enter a description for the API key:
? After how many days from now the API key should expire (1-365): 180
? Do you want to configure advanced settings for the GraphQL API No, I am done.
? Do you have an annotated GraphQL schema? No
? Do you want a guided schema creation? Yes
? What best describes your project: Single object with fields (e.g., “Todo” with ID, name, description)
? Do you want to edit the schema now? Yes
Please edit the file in your editor: /Users/username/directory-structure/aws-amplify-unicorntrivia-workshop-master/AdminPanel/amplify/backend/api/adminpanel/schema.graphql
? Press enter to continue

@axptwig We need to update this screenshot.

closed