Skip to content

Commit

Permalink
Lost commits as pulled everything into a projgen project
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Jan 3, 2023
1 parent e0b68e1 commit e4c6fbb
Show file tree
Hide file tree
Showing 10 changed files with 995 additions and 34 deletions.
8 changes: 6 additions & 2 deletions .projen/deps.json

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

21 changes: 14 additions & 7 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,21 @@ const { awscdk } = require('projen');
const project = new awscdk.AwsCdkConstructLibrary({
author: 'John Ferlito',
authorAddress: '[email protected]',
cdkVersion: '2.1.0',
cdkVersion: '2.58.0',
defaultReleaseBranch: 'main',
name: 'cdk-cross-account-route53',
description: 'CDK Construct to allow creation of Route 53 records in a different account',
repositoryUrl: 'https://github.com/johnf/cdk-cross-account-route53.git',

// 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. */
// packageName: undefined, /* The "name" in package.json. */
keywords: [
'aws',
'aws-cdk',
'awscdk',
'cdk',
'route53',
'cross-account',
'role',
'records',
],
devDeps: ['aws-sdk'],
});
project.synth();
project.synth();
Loading

0 comments on commit e4c6fbb

Please sign in to comment.