Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Moat <[email protected]>
  • Loading branch information
aurelius0523 and AaronMoat committed Sep 3, 2024
1 parent 9d718ef commit 49d7a55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/shiny-parents-sit.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'skuba': minor
---

template/lambda-sqs-worker-cdk: Replace custom hooks with `@seek/aws-codedeploy-infra`
template/lambda-sqs-worker-cdk: Replace custom hooks with `@seek/aws-codedeploy-infra`
1 change: 1 addition & 0 deletions template/lambda-sqs-worker-cdk/infra/appStack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
aws_sqs,
} from 'aws-cdk-lib';
import type { Construct } from 'constructs';

import { config } from './config';

export class AppStack extends Stack {
Expand Down
2 changes: 1 addition & 1 deletion template/lambda-sqs-worker-cdk/infra/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { HookStack } from '@seek/aws-codedeploy-infra';
import { App } from 'aws-cdk-lib';

import { HookStack } from '@seek/aws-codedeploy-infra';
import { AppStack } from './appStack';
import { config, environment } from './config';

Expand Down

0 comments on commit 49d7a55

Please sign in to comment.