We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14874b5 commit 79eccacCopy full SHA for 79eccac
1 file changed
packages/cdkConstructs/src/constructs/RestApiGateway.ts
@@ -74,7 +74,7 @@ export class RestApiGateway extends Construct {
74
* mutualTlsTrustStoreKey: "truststore.pem",
75
* forwardCsocLogs: true,
76
* csocApiGatewayDestination: "arn:aws:logs:eu-west-2:123456789012:destination:csoc",
77
- * executionPolicies: [myLambdaInvokePolicy]
+ * executionPolicies: [myLambdaInvokePolicy],
78
* enableServiceDomain: true
79
* })
80
* api.api.root.addResource("patients")
0 commit comments