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 the ability to mock DynamoDB operations #3450

Merged
merged 7 commits into from
Aug 26, 2024

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    ab2816a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a725ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecf850d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea25913 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1de686b View commit details
    Browse the repository at this point in the history
  6. Add the ability to mock document model operations in DynamoDB (#3446)

    * Add the ability to mock DocumentBatchGet and MultiTableDocumentBatchGet operations
    
    * Add the ability to mock DocumentBatchWrite and MultiTableDocumentBatchWrite operations
    
    * Add the ability to mock DocumentTransactGet and MultiTableDocumentTransactGet operations
    
    * Add the ability to mock DocumentTransactWrite and MultiTableDocumentTransactWrite operations
    
    * Add the ability to mock Search operations in Document model
    
    * Add the ability to mock Table operations in Document model
    
    * Fix typos
    96malhar authored and philasmar committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    886ed9e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c5487d5 View commit details
    Browse the repository at this point in the history