Skip to content

Commit

Permalink
Merge pull request #1 from juadavard/cdk-live
Browse files Browse the repository at this point in the history
fix(test): second commit
  • Loading branch information
juadavard authored Feb 2, 2024
2 parents 6049c2d + 271e2c4 commit 76526b7
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 46 deletions.
4 changes: 0 additions & 4 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
projenrcTs: true,
repositoryUrl: '[email protected]:juadavard/cdk-tagging-best-practices.git',
eslint: true,
devDeps: ['aws-cdk', 'ts-node '],
devDeps: ['aws-cdk', 'ts-node'],
// deps: [], /* Runtime dependencies of this module. */
// description: undefined, /* The description is just a string that helps people understand the purpose of the package. */
// devDeps: [], /* Build dependencies for this module. */
Expand Down
66 changes: 48 additions & 18 deletions API.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class CustomStack extends cdk.Stack {
constructor(scope: Construct, id: string, props: CustomStackProps) {
super(scope, id);

this.securityTags = props.securityTags ?? 1;
this.securityTags = props.securityTags ?? 2;

}
}
Expand Down
42 changes: 22 additions & 20 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 76526b7

Please sign in to comment.