Skip to main content

cdk-minecraft-server

Project description

CDK Minecraft Server

Please advise this library is still a work in progress and pre 1.0

Create an AWS hosted Minecraft server quick and easy within minutes!!

Getting Started

# Example automatically generated from non-compiling source. May contain errors.
import ckd_minecraft_server as mc_server

# Lookup VPC
vpc = ec2.Vpc.from_lookup(self, "my-default-vpc",
    vpc_name="my-default-vpc"
)

# Create Server
mc_server.MinecraftServer(self, "MyMCServer",
    vpc=vpc,
    game_server_name="MyServer",
    server_zip_path=path.join(__dirname, "./some/path/modpack.zip")
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cdk-minecraft-server-0.0.4.tar.gz (1.9 MB view hashes)

Uploaded Source

Built Distribution

cdk_minecraft_server-0.0.4-py3-none-any.whl (1.9 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page