boundless-analyst-51913
06/08/2021, 4:53 PMfailed to register new resource my-api-resource-name [aws:apigateway/stage:Stage]: Resource monitor is terminating
at Object.registerResource (/node_modules/@pulumi/pulumi/runtime/resource.js:219:27)
at new Resource (/node_modules/@pulumi/pulumi/resource.js:215:24)
at new CustomResource (/node_modules/@pulumi/pulumi/resource.js:307:9)
at new Stage (/node_modules/@pulumi/apigateway/stage.ts:200:9)
at new API (/node_modules/@pulumi/apigateway/api.ts:571:22)
at new HttpDeployment (/node_modules/@pulumi/api.ts:200:20)
at API.publish (/node_modules/@pulumi/api.ts:131:27)
at Resource.output (own code, line points to this codeWhen I run it again, it successfully creates that missing resource. I tried to debug it but I can't find out what the issue could be. Any hints on where to look or how to debug would be very appreciated.)return { url: api.publish().url };