PetStorePool – 一个 Amazon Cognito user pool 有3个组: customers, employees 和 owners.
PetStore – 一个 Amazon API Gateway REST API derived from importing the PetStore example API ,此外为了扩展管理功能,我们搭建了一个模拟集成,这个模拟集成会返回一个包含 URI 路径的消息,该路径使用 {"statusCode": 200} 作为集成请求,以及 {"Message": "User authorized for $context.path"} 作为集成响应。