This repository was archived by the owner on Mar 23, 2026. It is now read-only.
Conversation
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 17m 58s ⏱️ - 1h 41m 52s Results for commit a3f7699. ± Comparison against base commit 8a4c5b7. This pull request removes 3576 tests. |
Test Results - Alternative Providers55 tests 51 ✅ 2m 27s ⏱️ Results for commit a3f7699. |
Test Results (amd64) - Integration, Bootstrap 5 files 5 suites 35m 34s ⏱️ Results for commit a3f7699. |
giograno
approved these changes
Sep 30, 2025
Member
giograno
left a comment
There was a problem hiding this comment.
Looks good to me! When I opened the old PR, both the v3.x and v2.x were pointing to the same version. Let's just keep this in mind (maybe let's add a small comment) in case they will fix it.
viren-nadkarni
approved these changes
Sep 30, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
This PR upgrades dynamodb local to version 3.1.
This version includes several performance improvements.
Please note that the PR seems counter intuitive, but the latest dynamodb local release is available under the
/2.x/path, not the/3.x/path. The path was changed in #12879, however it seems AWS is continuing to release the new versions under the 2.x path.Changes