Skip to content

Commit 53d460e

Browse files
committed
chore: replace npm private package scope by a org an org we own
1 parent df26909 commit 53d460e

File tree

3 files changed

+3
-17
lines changed

3 files changed

+3
-17
lines changed

lambdas/functions/control-plane/src/scale-runners/job-retry.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
import {
2-
addPersistentContextToChildLogger,
3-
createSingleMetric,
4-
logger,
5-
} from '@aws-github-runner/aws-powertools-util';
1+
import { addPersistentContextToChildLogger, createSingleMetric, logger } from '@aws-github-runner/aws-powertools-util';
62
import { publishMessage } from '../aws/sqs';
73
import { ActionRequestMessage, ActionRequestMessageRetry, getGitHubEnterpriseApiUrl, isJobQueued } from './scale-up';
84
import { getOctokit } from '../github/octokit';

lambdas/functions/termination-watcher/src/lambda.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
import middy from '@middy/core';
2-
import {
3-
captureLambdaHandler,
4-
logger,
5-
metrics,
6-
setContext,
7-
tracer,
8-
} from '@aws-github-runner/aws-powertools-util';
2+
import { captureLambdaHandler, logger, metrics, setContext, tracer } from '@aws-github-runner/aws-powertools-util';
93
import { logMetrics } from '@aws-lambda-powertools/metrics/middleware';
104
import { Context } from 'aws-lambda';
115

lambdas/functions/termination-watcher/src/termination-warning.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
import {
2-
createChildLogger,
3-
createSingleMetric,
4-
getTracedAWSV3Client,
5-
} from '@aws-github-runner/aws-powertools-util';
1+
import { createChildLogger, createSingleMetric, getTracedAWSV3Client } from '@aws-github-runner/aws-powertools-util';
62
import { SpotInterruptionWarning, SpotTerminationDetail } from './types';
73
import { DescribeInstancesCommand, EC2Client } from '@aws-sdk/client-ec2';
84
import { Config } from './ConfigResolver';

0 commit comments

Comments
 (0)