mlops-club / awscdk-minecraft

An AWS CDK package written in Python for deploying an entire Minecraft Server Platform-as-a-Service
Other
13 stars 4 forks source link

Zip upload #7

Closed cgloschat closed 1 year ago

cgloschat commented 1 year ago

Two commits here. The first wrote out the code to zip the contents of the directory it runs in. The second removed commented out code and an unnecessary library. The next step will be to add CLI functionality to input the directory to be zipped.

I've never done code review before so please give me all the feedback you have to help me become familiar with nomenclature and industry standards. Also let me know if there are things you think I can add or do differently.