aws-samples/aws-modern-application-workshop

Python CDK is really Typescript

Opened this issue · 3 comments

Unless I'm missing something the instructions seem quite confusing. In the master readme references a Python CDK language option and I see there's a python-cdk branch as well however the instructions in that branch are using the typescript cdk, verified by both this readme and the code.

Is there really a version of this app that uses the python cdk?

Hi @alanwill, you're right, the python-cdk branch uses the Typescript CDK, Python refers to the language used for the web application. We are working on a version of the workshop that uses the Python CDK as well, will keep you posted.

@dstroppa thanks. I thought the python branch was the one with the python language used for the web app and that python-cdk was referring to the actual Python CDK.

Anyway, looking forward to new version, hope it's sooner rather than later. I'm really just looking for more sophisticated and complete app examples of the Python CDK

Maybe this repo could be of some help, it contains Python CDK stack definitions.
Revisited Modern Application Workshop using Python CDK stacks