Skip to content

Commit 79eccac

Browse files
docs: fix example
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 14874b5 commit 79eccac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cdkConstructs/src/constructs/RestApiGateway.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export class RestApiGateway extends Construct {
7474
* mutualTlsTrustStoreKey: "truststore.pem",
7575
* forwardCsocLogs: true,
7676
* csocApiGatewayDestination: "arn:aws:logs:eu-west-2:123456789012:destination:csoc",
77-
* executionPolicies: [myLambdaInvokePolicy]
77+
* executionPolicies: [myLambdaInvokePolicy],
7878
* enableServiceDomain: true
7979
* })
8080
* api.api.root.addResource("patients")

0 commit comments

Comments
 (0)