Skip to content

Commit

Permalink
Add python support
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Jan 22, 2023
1 parent 94a4811 commit e90cfbd
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 1 deletion.
28 changes: 28 additions & 0 deletions .github/workflows/build.yml

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

35 changes: 35 additions & 0 deletions .github/workflows/release.yml

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

2 changes: 2 additions & 0 deletions .mergify.yml

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

12 changes: 12 additions & 0 deletions .projen/tasks.json

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

4 changes: 4 additions & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ const project = new awscdk.AwsCdkConstructLibrary({
'records',
],
devDeps: ['aws-sdk'],
python: {
distName: 'cdk-cross-account-route53',
module: 'cdk_cross_account_route53',
},
});
project.synth();
8 changes: 7 additions & 1 deletion package.json

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

0 comments on commit e90cfbd

Please sign in to comment.