-
Notifications
You must be signed in to change notification settings - Fork 402
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(parameter): add dynamodb_endpoint_url for local_testing #376
Merged
heitorlessa
merged 6 commits into
aws-powertools:develop
from
rtrive:feat/dynamodb_endpoint_url
Mar 31, 2021
Merged
feat(parameter): add dynamodb_endpoint_url for local_testing #376
heitorlessa
merged 6 commits into
aws-powertools:develop
from
rtrive:feat/dynamodb_endpoint_url
Mar 31, 2021
Conversation
This file contains 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
rtrive
changed the title
feat add dynamodb_endpoint_url for local_testing
feat: add dynamodb_endpoint_url for local_testing
Mar 30, 2021
@rtrive nice. maybe just add |
rtrive
changed the title
feat: add dynamodb_endpoint_url for local_testing
feat(parameter): add dynamodb_endpoint_url for local_testing
Mar 30, 2021
Signed-off-by: heitorlessa <[email protected]>
Signed-off-by: heitorlessa <[email protected]>
Signed-off-by: heitorlessa <[email protected]>
Grazie mille @rtrive for taking the time to contribute :) I took liberty to fix some small typos and parameter syntax in the docs, and provide an example URL in the docstring to ease IDEs to show what is the expected value. I'm merging it as soon as all checks pass - Thank you again!! |
heitorlessa
referenced
this pull request
in heitorlessa/aws-lambda-powertools-python
Apr 4, 2021
* develop: fix(idempotent): Correctly raise IdempotencyKeyError (#378) feat(event-handler): Add AppSync handler decorator (#363) feat(parameter): add dynamodb_endpoint_url for local_testing (#376) fix(parser): S3Model support empty keys (#375) fix(data-classes): Add missing operationName (#373) fix: perf tests for Logger and fail str msgs feat(parser): Add S3 Object Lambda Event (#362) build(pre-commit): Add pre-commit to make pr (#368) fix(tracer): Correct type hint for MyPy (#365) fix(metrics): AttributeError raised by MediaManager and Typing and docs (#357) Signed-off-by: heitorlessa <[email protected]>
github-actions
bot
added
the
pending-release
Fix or implementation already in dev waiting to be released
label
Jul 19, 2022
This is now released under 1.26.5 version! |
github-actions
bot
removed
the
pending-release
Fix or implementation already in dev waiting to be released
label
Jul 20, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Issue #, if available:
Description of changes:
This feature allows capturing to use this library also with dynamodb running locally with docker
Checklist
Breaking change checklist
RFC issue #:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.