aws-quickstart / cdk-eks-blueprints

AWS Quick Start Team
Apache License 2.0
447 stars 198 forks source link

more programming languages support #475

Closed zxkane closed 1 year ago

zxkane commented 2 years ago

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

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

shapirov103 commented 1 year ago

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 commented 1 year ago

Duplicate of #98