Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more programming languages support #475

Closed
1 task
zxkane opened this issue Aug 13, 2022 · 2 comments
Closed
1 task

more programming languages support #475

zxkane opened this issue Aug 13, 2022 · 2 comments
Labels

Comments

@zxkane
Copy link

zxkane commented Aug 13, 2022

Describe the feature

CDK EKS bludprints is built on AWS CDK, which support multiple programming languages. It would be useful to support additional programming languages(Python, Java, Go, C#) of EKS blueprints.

Use Case

Use another programming language besides TS to deploy the infra with EKS.

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request

CDK version used

2.x

EKS Blueprints Version

No response

Node.js Version

14.x

Environment details (OS name and version, etc.)

MacOSX, Ubuntu 18.04

@zxkane zxkane added the feature label Aug 13, 2022
@shapirov103
Copy link
Collaborator

The baseline is: at the moment we only support typescript/nodejs since we are taking advantage of the language features, such as OO, functional programming constructs, etc. We are researching using JSII support for code generation. If we are successful with that, we can quickly roll out most of the languages supported by CDK, including Java, C#, Go, etc.

@askulkarni2
Copy link
Collaborator

Duplicate of #98

@askulkarni2 askulkarni2 marked this as a duplicate of #98 Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants