我有一个由几个lambda组成的状态机,它使用一个Cloudformation模板来设置,该模板完成一些处理,并最终将文件保存到S3中;除非请求,否则我不会在这里添加它,因为它工作正常。,我必须设置一个API方法来调用这个步骤函数:Type: AWS::ApiGateway::MethodPropertiesNo match for output mapping and no default output mapping configured
当我调用API时
when calling the GetRestApis operation: User: arn:aws:sts:<skipped_text> is not authorized to perform: apigateway:GET on resource: arn:aws:apigateway:us-west-2::/restapis
是否可以使用CodePipeline和aws cli通过代码更新Api网关?或者您使用什么作为更新apigateway的工具?