Skip to content

Commit c8c6fdc

Browse files
author
remote-swe-app[bot]
committed
fix: pass useNatInstance prop to MainStack
1 parent 44b774e commit c8c6fdc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cdk/bin/cdk.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ new MainStack(app, 'ServerlessWebappStarterKitStack', {
4646
crossRegionReferences: true,
4747
sharedCertificate: virginia.certificate,
4848
domainName: props.domainName,
49+
useNatInstance: props.useNatInstance,
4950
signPayloadHandler: virginia.signPayloadHandler,
5051
});
5152

0 commit comments

Comments
 (0)