Sam Hulick
08/31/2021, 4:09 AM❌ dev-microservices-media-processor failed: Export dev-microservices-media-processor:ExportsOutputRefMakeSnippetFuncA30B25837ED330C0 cannot be deleted as it is in use by dev-microservices-api-media
basically, the APIMedia stack used to depend on a function defined in the MediaProcessor stack. but it doesn’t anymore.. I removed references to MakeSnippetFunc
in the APIMedia stack. so I think it’s trying to clear out the export, but it can’tSam Hulick
08/31/2021, 4:12 AMapi-media
stack and see if that works. and then if it’s ok, deploying api-media-processor
should be able to cleanly remove that exportSam Hulick
08/31/2021, 4:23 AMFrank
Frank
api-media-processor
around by adding this:
this.exportValue(MakeSnippetFunc.functionArn)
And remove the reference of the function in api-media
Frank
Frank
this.exportValue
and deploy againSam Hulick
08/31/2021, 1:19 PMSam Hulick
08/31/2021, 10:48 PM