From 70192e64f0999b19cc017654ba5d82379e2176dc Mon Sep 17 00:00:00 2001 From: Ru Chern Chong Date: Mon, 6 Nov 2023 00:16:53 +0800 Subject: [PATCH] Add CDK deployment --- cdk.context.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cdk.context.json diff --git a/cdk.context.json b/cdk.context.json new file mode 100644 index 0000000..45c6f7c --- /dev/null +++ b/cdk.context.json @@ -0,0 +1,6 @@ +{ + "hosted-zone:account=173188516302:domainName=ruchern.xyz:region=ap-southeast-1": { + "Id": "/hostedzone/Z03259131HBUFZWIXRJ0O", + "Name": "ruchern.xyz." + } +}