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 diff --git a/lib/github-app-construct.ts b/lib/github-app-construct.ts index 81e6ce2..cbd4104 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({