Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(app-delivery): CI/CD for CDK Stacks #1022

Merged
merged 7 commits into from
Nov 6, 2018
Merged

feat(app-delivery): CI/CD for CDK Stacks #1022

merged 7 commits into from
Nov 6, 2018

Commits on Oct 26, 2018

  1. feat(cicd): CI/CD for CDK Stacks

    This is a very simple construct that allows one to add actions to a
    CodePipeline to deploy a CDK stack.
    
    Currently comes with some pretty strong limitations (deployed stack &
    code pipeline must reside in the same account & region, assets are not
    supported).
    
    It does however lay the foundation for the API, as the external shape of
    the feature shouldn't change (or not much) when amending to support
    cross-account deployment and assets.
    RomainMuller committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    c2d6100 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Configuration menu
    Copy the full SHA
    2c5e17b View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. Configuration menu
    Copy the full SHA
    4acd48e View commit details
    Browse the repository at this point in the history
  2. Some review feedback

    RomainMuller committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    bdc1adb View commit details
    Browse the repository at this point in the history
  3. Additional fixes

    RomainMuller committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    e9abecf View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. fix typo

    RomainMuller authored Nov 5, 2018
    Configuration menu
    Copy the full SHA
    79b0816 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Rename

    RomainMuller committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    84bb2f0 View commit details
    Browse the repository at this point in the history