We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82ad8d commit 74ab7f6Copy full SHA for 74ab7f6
lambdas/functions/webhook/src/sqs/index.ts
@@ -1,7 +1,6 @@
1
import { SQS, SendMessageCommandInput } from '@aws-sdk/client-sqs';
2
import { WorkflowJobEvent } from '@octokit/webhooks-types';
3
import { createChildLogger, getTracedAWSV3Client } from '@aws-github-runner/aws-powertools-util';
4
-import { ConfigDispatcher } from '../ConfigLoader';
5
6
const logger = createChildLogger('sqs');
7
0 commit comments