Skip to content

Commit 2a6a0a9

Browse files
committed
fixing v2 merge conflicts in aws-lambda and aws-codebuild
1 parent 676c7b8 commit 2a6a0a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/@aws-cdk/aws-codebuild/lib/source.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ abstract class CommonGithubSource extends ThirdPartyGitSource {
672672
this.buildStatusContext = props.buildStatusContext;
673673
}
674674

675-
public bind(scope: CoreConstruct, project: IProject): SourceConfig {
675+
public bind(scope: Construct, project: IProject): SourceConfig {
676676
const superConfig = super.bind(scope, project);
677677
return {
678678
sourceProperty: {

packages/@aws-cdk/aws-lambda/test/function.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import * as sns from '@aws-cdk/aws-sns';
1212
import * as sqs from '@aws-cdk/aws-sqs';
1313
import { testDeprecated } from '@aws-cdk/cdk-build-tools';
1414
import * as cdk from '@aws-cdk/core';
15-
import { Lazy, Size } from 'aws-cdk-lib';
15+
import { Lazy, Size } from '@aws-cdk/core';
1616
import * as cxapi from '@aws-cdk/cx-api';
1717
import * as constructs from 'constructs';
1818
import * as _ from 'lodash';

0 commit comments

Comments
 (0)