Skip to content

Commit

Permalink
Merge pull request #167 from cmurp25/mainline
Browse files Browse the repository at this point in the history
Changes in runtime; modified in cdk.json
  • Loading branch information
cmurp25 authored Nov 22, 2024
2 parents e62b171 + d1387f2 commit 24cfe3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cdk/cdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"aws-cdk:enableDiffNoFail": "true",
"@aws-cdk/core:enableStackNameDuplicates": "true",
"@aws-cdk/core:newStyleStackSynthesis": true,
"@aws-cdk/core:stackRelativeExports": "true"
"@aws-cdk/core:stackRelativeExports": "true",
"@aws-cdk/aws-certificatemanager:defaultDnsValidatedCertificateFunctionRuntime": "nodejs18.x"
}
}

0 comments on commit 24cfe3b

Please sign in to comment.