This is a blank project for JavaScript development with CDK.
The cdk.json
file tells the CDK Toolkit how to execute your app. The build step is not required when using JavaScript.
npm run test
perform the jest unit testscdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation template
We are using the very well/beautifully executed Minecraft docker container from [itzg][https://hub.docker.com/r/itzg/minecraft-server], see the docker-compose under the containers directory.
Requirements:
- Docker
- docker-compose
cd containers
and then docker-compose build
docker-compose up -d
to run the container in Daemon Mode (in the background).