I am new to AWS and I have to create a IAAC cdk containing 2 memory DB instances in a stack. I tried using the following example but it is written in python and I dont know that very well. https://github.com/ksmin23/my-aws-cdk-examples/blob/main/memorydb/app.py
Can anyone help me with creating this cdk using java or share any examples in java. Any kind of help would be appreciated.