我正在为CloudFormation
编写一个APIGateway
模板。
我们有一个要求,即在一种资源下,我们需要给出两种GET
方法。一个没有路径参数,另一个没有路径参数,如下所示:
GET /v1/entities/{entityGuid}
和
GET /v1/entities
当我尝试使用两个APIGateway
方法创建GET
时,
我要例外了,
The following resource(s) failed to create: [RetrieveEntitiesListGetMethod, CreateEntityPostMethod, RetrieveEntityGetMethod]. Rollback requested by user.
我该如何解决。 请帮忙。