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

Update mysfitsTableClient.py in Mod 4 + 5 to fix Adopt and Like functionality #233

Closed js37 closed 3 years ago

js37 commented 3 years ago

Issue #, if available: In Module 4 and 5 of the workshop, the Python service, mythicalMysfitsService adds functionality to Like and Adopt a misfit. The corresponding functions in mysfitsTableClient are not present.

Description of changes: The mysfitsTableClient.py file was copied from the Python branch of the workshop and committed to the python-cdk branch.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

abaird986 commented 3 years ago

Thanks for submitting this!