From 14abc317940dabd35e5ecbfcbfe21e4663f864a2 Mon Sep 17 00:00:00 2001 From: Ryan Ling Date: Tue, 4 Feb 2025 13:56:41 +1100 Subject: [PATCH] Update index.ts --- template/lambda-sqs-worker-cdk/infra/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/lambda-sqs-worker-cdk/infra/index.ts b/template/lambda-sqs-worker-cdk/infra/index.ts index e0813938e..21437bda8 100644 --- a/template/lambda-sqs-worker-cdk/infra/index.ts +++ b/template/lambda-sqs-worker-cdk/infra/index.ts @@ -2,7 +2,7 @@ import { HookStack } from '@seek/aws-codedeploy-infra'; import { App } from 'aws-cdk-lib'; import { AppStack } from './appStack'; -import { config, environment } from './config'; +import { config } from './config'; const app = new App();