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 ec2 ip address endpoint #27

Closed jacob-petterle closed 1 year ago

jacob-petterle commented 1 year ago

This pull provides an endpoint that allows client to return the ip address of the instance created by the state function. Also adds some error handling (may need to change when merging with Eric's code).