Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
e7a1a17
Update github-app-construct.ts
scottschreckengaust May 21, 2024
e51cfb1
Merge branch 'emerging-tech-cdk-constructs-bot:main' into main
scottschreckengaust May 21, 2024
000a201
Update README.md
scottschreckengaust May 21, 2024
54d529a
Update README.md
scottschreckengaust May 21, 2024
ca0a5d8
Merge branch 'emerging-tech-cdk-constructs-bot:main' into main
scottschreckengaust May 21, 2024
b0f0020
Merge branch 'emerging-tech-cdk-constructs-bot:main' into main
scottschreckengaust May 21, 2024
40aa5bc
Merge branch 'emerging-tech-cdk-constructs-bot:main' into main
scottschreckengaust May 21, 2024
549d5ad
Merge branch 'emerging-tech-cdk-constructs-bot:main' into main
scottschreckengaust May 21, 2024
0694991
Merge branch 'emerging-tech-cdk-constructs-bot:main' into main
scottschreckengaust May 25, 2024
df51cd6
Merge branch 'emerging-tech-cdk-constructs-bot:main' into main
scottschreckengaust May 25, 2024
4df3c12
Merge branch 'emerging-tech-cdk-constructs-bot:main' into main
scottschreckengaust May 25, 2024
8225baf
Merge branch 'emerging-tech-cdk-constructs-bot:main' into main
scottschreckengaust May 25, 2024
65588b5
Merge branch 'main' into main
emerging-tech-cdk-constructs-bot May 25, 2024
6363c7f
Merge branch 'main' into main
emerging-tech-cdk-constructs-bot May 25, 2024
444cafc
Merge branch 'main' into main
scottschreckengaust May 30, 2024
03d19f4
Merge branch 'main' into main
emerging-tech-cdk-constructs-bot Jun 4, 2024
23cc0e9
Update README.md
scottschreckengaust Jun 7, 2024
7292e98
Update README.md
scottschreckengaust Jun 7, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
9 changes: 0 additions & 9 deletions lib/github-app-construct.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down