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: add dynamodb resource #910

Closed
wants to merge 86 commits into from

Commits on May 9, 2023

  1. initial setup for dynamodb resource in proto and running generate tes…

    …t - passing cargo check
    mikegin committed May 9, 2023
    Configuration menu
    Copy the full SHA
    2933cb3 View commit details
    Browse the repository at this point in the history
  2. chore: update aws crates

    paulotten committed May 9, 2023
    Configuration menu
    Copy the full SHA
    58a1520 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b96908f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3469d2 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/paul/update_aws_crates' into fea…

    …ture/dynamodb-resource
    mikegin committed May 9, 2023
    Configuration menu
    Copy the full SHA
    43d2516 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    fd59fd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fcc78e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43c9c71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a81659 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0066045 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14b9a80 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d7bec24 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    6a15ae5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c68d92 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    0b947d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a9cac4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fa30b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe7d074 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    024a779 View commit details
    Browse the repository at this point in the history
  2. wip dynamodb resource - reexport DynamoDbReadyInfo in dynamodb resour…

    …ce lib.rs so available in example
    mikegin committed May 16, 2023
    Configuration menu
    Copy the full SHA
    6efecbe View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

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

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    05faf64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b03dd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e59d45 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

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

Commits on May 22, 2023

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

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    0aeafd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68ca808 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    d07e9af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca9b3ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1022faf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0737d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7807d25 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0a5fc2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de4bcc1 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Configuration menu
    Copy the full SHA
    e4768e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dae1f62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e1e4cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86b6f7d View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

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

Commits on May 31, 2023

  1. wip dynamodb resource - add delete access key and remove unwrap for d…

    …elete tables by prefix function
    mikegin committed May 31, 2023
    Configuration menu
    Copy the full SHA
    e31b6e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    873e7d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2240a6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31e328c View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    6c84c41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90e7a76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ddbc7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a01daa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    164863f View commit details
    Browse the repository at this point in the history
  6. wip dynamodb resource - update Cargo.lock conflict (copy over main Ca…

    …rgo.lock and run cargo build/check)
    mikegin committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    3cab2cf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8256b47 View commit details
    Browse the repository at this point in the history
  8. wip dynamodb resource - remove patch.unused by commenting out .cargo …

    …local stuff + remove resources/dynamodb from workspace members
    mikegin committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    1fca079 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f77c3d3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7fc0ed2 View commit details
    Browse the repository at this point in the history
  11. wip dynamodb resource - run `cargo fmt --all --check --manifest-path …

    …resources/static-folder/Cargo.toml`
    mikegin committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    0d0f893 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4f1c9ce View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Update deployer/src/deployment/run.rs

    Co-authored-by: Pieter <[email protected]>
    paulotten and chesedo authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    f219360 View commit details
    Browse the repository at this point in the history
  2. Update cargo-shuttle/src/provisioner_server.rs

    Co-authored-by: Pieter <[email protected]>
    paulotten and chesedo authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    abd8b41 View commit details
    Browse the repository at this point in the history
  3. Update runtime/tests/integration/helpers.rs

    Co-authored-by: Pieter <[email protected]>
    paulotten and chesedo authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    2837e7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77363de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f11b59d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    edc78a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b41630d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bcaeb5f View commit details
    Browse the repository at this point in the history
  9. the DynamoDB local test container seems to need a few seconds to actu…

    …ally be ready, give it 10 seconds
    paulotten committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    273f914 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    7415b4e View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    paulotten committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    9d59a2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb155f2 View commit details
    Browse the repository at this point in the history
  4. update Cargo.lock

    paulotten committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    0ac678d View commit details
    Browse the repository at this point in the history
  5. Update resources/dynamodb/Cargo.toml

    Co-authored-by: Oddbjørn Grødem <[email protected]>
    paulotten and oddgrd authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    7575ee9 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Remove aws_sdk_dynamodb from common.

    Only the "cloud" version of the provisioner needs to delete tables if the dynamodb resource is deleted.
    paulotten committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    5a112f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

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

Commits on Jun 29, 2023

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

    iulianbarbu committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3bfbfc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d03cc69 View commit details
    Browse the repository at this point in the history
  4. turso: cargo fmt

    iulianbarbu committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    4e68749 View commit details
    Browse the repository at this point in the history
  5. turso: fix tests

    iulianbarbu committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3f47e37 View commit details
    Browse the repository at this point in the history
  6. provisioner: fix tests

    iulianbarbu committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    f85555d View commit details
    Browse the repository at this point in the history
  7. turso: fix fmt

    iulianbarbu committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    db79aa9 View commit details
    Browse the repository at this point in the history
  8. provisioner: fix tests

    iulianbarbu committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    321fc4d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    530b254 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

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

Commits on Jul 5, 2023

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