@emarketeer/ts-microservice-commons 10.5.0 → 10.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -412,6 +412,7 @@ const RECAP_DEV_TIMEOUT_WINDOW_SECONDS = 300;
412
412
  */
413
413
  const buildBaseEnvironment = (stage, scope) => ({
414
414
  STAGE: stage,
415
+ stage,
415
416
  NODE_ENV: stage === 'prod' ? 'production' : 'development',
416
417
  REGION: cdk.Stack.of(scope).region,
417
418
  });