Skip to content

Commit

Permalink
feat: support all jsii programming languages (#35)
Browse files Browse the repository at this point in the history
Adds a required `--language` switch to cdk-import which allows specifying the target programming language
to generate code in. This uses jsii-srcmak (similar to CDKtf and CDK8s) to generate files that can be
included in projects.

Resolves #34

BREAKING CHANGE: a `--language` switch is now required and can have one of these values: `typescript`, `java`, `csharp`, `python` or `golang`.
  • Loading branch information
Elad Ben-Israel authored Oct 4, 2021
1 parent d3bbdc0 commit 41928c7
Show file tree
Hide file tree
Showing 15 changed files with 17,116 additions and 565 deletions.
6 changes: 5 additions & 1 deletion .projen/deps.json

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

3 changes: 2 additions & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ const project = new TypeScriptProject({
'aws-sdk',
'minimist',
'proxy-agent',
'camelcase',
'case',
'jsii-srcmak',
],
devDeps: [
'@aws-cdk/core',
Expand Down
Loading

0 comments on commit 41928c7

Please sign in to comment.