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

Initial script to zip contents of a directory #6

Closed cgloschat closed 1 year ago

cgloschat commented 1 year ago

I'm not a software engineer by training, so please feel free to point out issues or industry standards I'm not observing. I'm here to learn! The only file that needs to be reviewed is zip-directory.py.

This script is hard-coded to a zip up the contents of the directory it runs in. The next step will be adding CLI functionality that receives an destination input. Please let me know if there should be more added to that step. Thanks!