AWSを学ぶ

Amplifyを使用する上で、ある程度理解しておかないと分からない。
amplify add api
// GraphQLかREST
> Please select from one of the below mentioned services: REST
// APIの名前
> Provide a friendly name for your resource to be used as a label for this category in the project:
// APIのルートパスを決める?他のルートが必要な場合は別途追加か
> Provide a friendly name for your resource to be used as a label for this category in the project:/products
// 一択
> Choose a Lambda source Create a new Lambda function
// ?
> Provide a friendly name for your resource to be used as a label for this category in the project: ampl
ifyProductAPI
// Lambdaの名前
> Provide the AWS Lambda function name: amplifyProductAPI
// APIを実行するフレームワーク。何でも良さそうではある
> Choose the function runtime that you want to use: NodeJS
//
> Choose the function template that you want to use:
セットアップ出来たっぽいが、API Gatewayで見当たらない。 めちゃ時間かかっている。。