cloudformationStackName: await getCloudformationStackName()

in cdk/event-forwarder/index.ts [25:29]


			cloudformationStackName: await getCloudformationStackName(event, stage),
		};
		console.log(JSON.stringify(hydrated));
	} catch (err) {
		if (err instanceof Error) {