constructor()

in packages/backend-common/src/metrics.ts [21:25]


	constructor(stage: string, region: string, app: string) {
		this.cloudwatchClient = getCloudwatchClient(region);
		this.stage = stage;
		this.app = app;
	}