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

Resolve #156 Incompatible with Localstack #180

Merged
merged 3 commits into from
Dec 13, 2022

Conversation

mnuzzo-moxe
Copy link
Contributor

I ran into this issue myself and was able to get the tool working by changing the behavior switch to key off of the use of the host parameter instead of the local region. This improves compatibility with other methods of mocking AWS behavior which strictly mimic the actual regions without breaking compatibility with local scripts since host was only used with local anyway.

mnuzzo-moxe and others added 2 commits December 8, 2022 13:23
…ed instead of only when the region is set to local. This will improve compatibility with other methods of mocking AWS services while maintaining compatbility with existing scripts since the host parameter was only used for this mode anyway.
dynamodump/dynamodump.py Outdated Show resolved Hide resolved
Copy link
Owner

@bchew bchew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mnuzzo-moxe thanks for the PR! Just have some minor wording change for the help usage and this would be good to merge 🙂

Updating help text per requested change.
@sonarcloud
Copy link

sonarcloud bot commented Dec 12, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@bchew bchew merged commit be53b4a into bchew:master Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants