From e7a1a17a630231013e6e13645af43432b1479a8f Mon Sep 17 00:00:00 2001 From: Scott Schreckengaust Date: Mon, 20 May 2024 22:47:02 -0700 Subject: [PATCH 1/5] Update github-app-construct.ts --- lib/github-app-construct.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/github-app-construct.ts b/lib/github-app-construct.ts index 61a1cc3..e9df1bc 100644 --- a/lib/github-app-construct.ts +++ b/lib/github-app-construct.ts @@ -21,15 +21,6 @@ export class GitHubAppConstruct extends Construct { assumedBy: new iam.ServicePrincipal('lambda.amazonaws.com'), description: 'Role for GitHub App', inlinePolicies: { - // S3Policy: new iam.PolicyDocument({ - // statements: [ - // new iam.PolicyStatement({ - // actions: ['s3:PutObject'], - // effect: iam.Effect.ALLOW, - // resources: [gitHubBucket.arnForObjects(`${GITHUB_PREFIX}/*`)] - // }) - // ] - // }), SecretsManagerPolicy: new iam.PolicyDocument({ statements: [ new iam.PolicyStatement({ From 000a201c03e8f8cf7babaef2ab8f2f9091775d45 Mon Sep 17 00:00:00 2001 From: Scott Schreckengaust Date: Tue, 21 May 2024 03:12:39 -0700 Subject: [PATCH 2/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9315fe5..236ccd5 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,5 @@ The `cdk.json` file tells the CDK Toolkit how to execute your app. * `npx cdk deploy` deploy this stack to your default AWS account/region * `npx cdk diff` compare deployed stack with current state * `npx cdk synth` emits the synthesized CloudFormation template + +test From 54d529a96daba6e3b3e3b092d7f14ef37b321189 Mon Sep 17 00:00:00 2001 From: Scott Schreckengaust Date: Tue, 21 May 2024 03:15:14 -0700 Subject: [PATCH 3/5] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 236ccd5..16b9c4d 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,3 @@ The `cdk.json` file tells the CDK Toolkit how to execute your app. * `npx cdk diff` compare deployed stack with current state * `npx cdk synth` emits the synthesized CloudFormation template -test From 23cc0e9066faf2925905b64428fd94d5573840ac Mon Sep 17 00:00:00 2001 From: Scott Schreckengaust Date: Fri, 7 Jun 2024 10:19:24 -0700 Subject: [PATCH 4/5] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 16b9c4d..9315fe5 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,3 @@ The `cdk.json` file tells the CDK Toolkit how to execute your app. * `npx cdk deploy` deploy this stack to your default AWS account/region * `npx cdk diff` compare deployed stack with current state * `npx cdk synth` emits the synthesized CloudFormation template - From 7292e980029f5715f704f24d183fe85828bb5847 Mon Sep 17 00:00:00 2001 From: Scott Schreckengaust Date: Fri, 7 Jun 2024 10:55:50 -0700 Subject: [PATCH 5/5] Update README.md --- README.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 9315fe5..179c46f 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,3 @@ -# Welcome to your CDK TypeScript project +# Welcome to the Generative AI CDK Constructs App -This is a blank project for CDK development with TypeScript. - -The `cdk.json` file tells the CDK Toolkit how to execute your app. - -## Useful commands - -* `npm run build` compile typescript to js -* `npm run watch` watch for changes and compile -* `npm run test` perform the jest unit tests -* `npx cdk deploy` deploy this stack to your default AWS account/region -* `npx cdk diff` compare deployed stack with current state -* `npx cdk synth` emits the synthesized CloudFormation template +Looking at testing