Skip to content

Commit 0d53be5

Browse files
committed
fix: duplicate config
1 parent 2d1739a commit 0d53be5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

aws-vpc-lattice/cdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"app": "bun htsget-vpc-lattice-app.ts",
2+
"app": "npx ts-node --prefer-ts-exts htsget-vpc-lattice-app.ts",
33
"context": {
44
"@aws-cdk-containers/ecs-service-extensions:enableDefaultLogDriver": true,
55
"@aws-cdk/aws-apigateway:usagePlanKeyOrderInsensitiveId": true,

aws/lib/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ export interface HtsgetLambdaProps {
146146
* @defaultValue undefined
147147
*/
148148
buildEnvironment?: Record<string, string>;
149-
certificateArn?: string;
150149
}
151150

152151
/**

0 commit comments

Comments
 (0)