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(dynamodb): support RemovalPolicy #3028

Merged
merged 8 commits into from
Jun 26, 2019

Commits on Jun 24, 2019

  1. feat(dynamodb): Support RemovalPolicy

    Add support for RemovalPolicy on DynamoDB `Table`s, defaulting to
    `RemovalPolicy.RETAIN` as the resource is inherently stateful.
    RomainMuller committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    9e30d9e View commit details
    Browse the repository at this point in the history
  2. Add needed tests

    RomainMuller committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    5b6b6bd View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

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

Commits on Jun 26, 2019

  1. Configuration menu
    Copy the full SHA
    5b67e5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    970b04d View commit details
    Browse the repository at this point in the history
  3. Fix test

    RomainMuller committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    3659d17 View commit details
    Browse the repository at this point in the history
  4. Fix other test

    RomainMuller committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    4018170 View commit details
    Browse the repository at this point in the history
  5. Fix decdk test

    RomainMuller committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    ef9e5d4 View commit details
    Browse the repository at this point in the history