Skip to content

guardian/cdk-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDK Playground

A simple Scala Play app running in EC2 using infrastructure provided by @guardian/cdk (aka GuCDK).

The purpose of this repository is to offer a "real life" application to test GuCDK on that is isolated from in use production applications.

That is, CDK Playground offers a low risk environment to experiment with.

Developing

The CDK stack is defined in the cdk directory.

There are a couple of helpful scripts in the script directory:

  1. ./script/start-play to run the Play app
  2. ./script/start-cdk to start Jest in watch mode, to test the CDK stack
  3. ./script/build-cdk to synthesise the CDK stack into a template
  4. ./script/switch-cdk to install GuCDK from a GitHub branch. This is useful to test changes without publishing to NPM first.

Deploying

The app is set up in the usual way, with CI on each branch (via GitHub Actions) and CD on main.