Kujtim Hoxha
01/18/2022, 10:25 PMKujtim Hoxha
01/18/2022, 10:28 PMstage
aware and now that is causing me headachesDerek Kershner
01/18/2022, 10:29 PMKujtim Hoxha
01/18/2022, 10:31 PM❌ kujtim-v1-devstride-EventsStack failed: Export kujtim-v1-devstride-EventsStack:ExportsOutputRefDevStrideSnsFiFoTopic321EDAD8F239367B cannot be deleted as it is in use by kujtim-v1-devstride-ItemStack
Kujtim Hoxha
01/18/2022, 10:40 PMItemStack
eventStack.snsFiFo.addSubscribers(this, [
{
queue:
fifoItemModuleEventsTarget instanceof sst.Queue
? fifoItemModuleEventsTarget
: undefined,
function:
fifoItemModuleEventsTarget instanceof sst.Function
? fifoItemModuleEventsTarget
: undefined,
subscriberProps: {
filterPolicy: {
DetailType: SubscriptionFilter.stringFilter({
allowlist: [FolderParentChangedFIFOIntegrationEvent.name],
}),
},
},
},
]);
And removed it…
You would think after removing this the dependency would be removed also 🤷♂️Frank
this.exportValue(oldTopic.topicArn);
This will preserve the old export. You can remove this line after you move over the rest of the app to use the new topic.Frank
Derek Kershner
01/19/2022, 3:53 AMKujtim Hoxha
01/19/2022, 7:56 AMFrank
Kujtim Hoxha
01/28/2022, 9:19 PM