We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1739a commit 0d53be5Copy full SHA for 0d53be5
aws-vpc-lattice/cdk.json
@@ -1,5 +1,5 @@
1
{
2
- "app": "bun htsget-vpc-lattice-app.ts",
+ "app": "npx ts-node --prefer-ts-exts htsget-vpc-lattice-app.ts",
3
"context": {
4
"@aws-cdk-containers/ecs-service-extensions:enableDefaultLogDriver": true,
5
"@aws-cdk/aws-apigateway:usagePlanKeyOrderInsensitiveId": true,
aws/lib/config.ts
@@ -146,7 +146,6 @@ export interface HtsgetLambdaProps {
146
* @defaultValue undefined
147
*/
148
buildEnvironment?: Record<string, string>;
149
- certificateArn?: string;
150
}
151
152
/**
0 commit comments