Skip to content

Commit

Permalink
fixes import path for eventbus
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsFronius committed Jan 13, 2022
1 parent 9e7a459 commit 6449a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commercetools-subscription-targets.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Stack, Token } from 'aws-cdk-lib';
import { CfnEventBus, EventBus, IEventBus, Rule } from 'aws-cdk-lib/aws-events';
import { EventBus as EventBusTarget } from 'aws-cdk-lib/aws-events-targets/lib/event-bus';
import { EventBus as EventBusTarget } from 'aws-cdk-lib/aws-events-targets';
import { CfnAccessKey, User } from 'aws-cdk-lib/aws-iam';
import { ITopic, Topic } from 'aws-cdk-lib/aws-sns';
import { IQueue, Queue } from 'aws-cdk-lib/aws-sqs';
Expand Down

0 comments on commit 6449a46

Please sign in to comment.