Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c authored Feb 4, 2025
1 parent 44aa694 commit 14abc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/lambda-sqs-worker-cdk/infra/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 14abc31

Please sign in to comment.