Skip to content

Commit 12212a3

Browse files
committed
initial commit
1 parent 9040732 commit 12212a3

23 files changed

+4487
-101
lines changed

.gitignore

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
*.js
2-
!jest.config.js
3-
*.d.ts
41
node_modules
5-
6-
# CDK asset staging directory
7-
.cdk.staging
2+
.DS_Store
3+
dist
4+
dist-ssr
5+
*.local
86
cdk.out

bin/cicd.awscommunitybuilders.org.ts

-21
This file was deleted.

cdk.context.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"hosted-zone:account=799776970420:domainName=sandbox.awscommunitybuilders.org:region=eu-west-1": {
3+
"Id": "/hostedzone/Z0053604AR4GI824LI51",
4+
"Name": "sandbox.awscommunitybuilders.org."
5+
}
6+
}

cdk.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"app": "npx ts-node --prefer-ts-exts bin/cicd.awscommunitybuilders.org.ts",
2+
"app": "npx ts-node --prefer-ts-exts cdk/cicd.awscommunitybuilders.org.ts",
33
"watch": {
44
"include": [
55
"**"
@@ -45,6 +45,9 @@
4545
"@aws-cdk/aws-apigateway:authorizerChangeDeploymentLogicalId": true,
4646
"@aws-cdk/aws-ec2:launchTemplateDefaultUserData": true,
4747
"@aws-cdk/aws-secretsmanager:useAttachedSecretResourcePolicyForSecretTargetAttachments": true,
48-
"@aws-cdk/aws-redshift:columnId": true
48+
"@aws-cdk/aws-redshift:columnId": true,
49+
"@aws-cdk/core:permissionsBoundary": {
50+
"name": "developer-policy"
51+
}
4952
}
50-
}
53+
}

0 commit comments

Comments
 (0)