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

refactor(dynamodb): API cleanups #2905

Merged
merged 4 commits into from
Jun 18, 2019
Merged

refactor(dynamodb): API cleanups #2905

merged 4 commits into from
Jun 18, 2019

Commits on Jun 18, 2019

  1. refactor(dynamodb): API cleanups

    BREAKING CHANGE: `TableOptions.pitrEnabled` renamed to `pointInTimeRecovery`.
    * **dynamodb:** `TableOptions.sseEnabled` renamed to `serverSideEncryption`.
    * **dynamodb:** `TableOptions.ttlAttributeName` renamed to `timeToLiveAttribute`.
    * **dynamodb:** `TableOptions.streamSpecification` renamed `stream`.
    Elad Ben-Israel committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    277cd85 View commit details
    Browse the repository at this point in the history
  2. fix global

    Elad Ben-Israel committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    c60b943 View commit details
    Browse the repository at this point in the history
  3. fix some more instances of streamSpec

    Elad Ben-Israel committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    c294154 View commit details
    Browse the repository at this point in the history
  4. update decdk example

    Elad Ben-Israel committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    3624fa7 View commit details
    Browse the repository at this point in the history