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

Add post endpoint for destroying server & Refactor to use the provisioning server class #31

Closed jacob-petterle closed 1 year ago

jacob-petterle commented 1 year ago

This pull request adds a post endpoint for destroying the server after n number of seconds. Also, significantly refactors the API to use the server_provisioning class for all actions.

Finally, this pull tests all server status responses except the SERVER_ONLINE as there is an error in the state machine that prevents deployment and destroying of the stack.