aws-samples / aws-modern-application-workshop

A tutorial for developers that want to learn about how to build modern applications on top of AWS. You will build a sample website that leverages infrastructure as code, containers, serverless code functions, CI/CD, and more.
Apache License 2.0
1.46k stars 832 forks source link

Python CDK is really Typescript #157

Open alanwill opened 4 years ago

alanwill commented 4 years ago

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?

dstroppa commented 4 years ago

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.

alanwill commented 4 years ago

@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

roebius commented 3 years ago

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