export function getConfig()

in cdk/event-forwarder/config.ts [17:23]


export function getConfig(): Config {
	return {
		stack: getEnvOrThrow('STACK'),
		stage: getEnvOrThrow('STAGE'),
		app: getEnvOrThrow('APP'),
	};
}