nikovirtala / cdk-preview-environments

Pull Request Preview Environments with AWS CDK and GitHub Actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pull Request Preview Environments with AWS CDK and GitHub Actions

This Cloud Development Kit (CDK) application example deploys a preview environment for every pull-request, and destroys it when the pull-request is closed or merged.

GitHub Actions workflows are defined on: .github/workflows/deploy.yml and .github/workflows/destroy.yml

Other curiosities

About

Pull Request Preview Environments with AWS CDK and GitHub Actions

License:MIT License


Languages

Language:TypeScript 53.5%Language:JavaScript 46.5%