Consider migrating samples to CDK with Java #47
maciejwalkowiak
started this conversation in
General
Replies: 1 comment 2 replies
-
CDK in Typescript is really good to start thinking about moving it to Java. As far as the project provide good examples others can benefit from that. I agree CDK sometimes is not very clear (from my side) to know what I should sometimes use like |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While writing CDK code (infrastructure for samples) in TypeScript is very convenient, it raises the bar for contributors to contribute samples.
We should consider and give another try to CDK for Java. Ideally we would completely drop a need to install CDK and invoke CDK from the Maven plugin: https://github.com/LinguaRobot/aws-cdk-maven-plugin
I am not sure if this plugin is maintained - it deserves at least a CDK version bump. If not, we can fork it and maintain ourselves.
Beta Was this translation helpful? Give feedback.
All reactions