You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: