-
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: boto3 sessions in batch, parameters & idempotency #717
Merged
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
pull-request-size
bot
added
the
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
label
Oct 1, 2021
boring-cyborg
bot
added
area/utilities
documentation
Improvements or additions to documentation
labels
Oct 1, 2021
to-mc
changed the title
Feat: allow custom boto3 sessions
feat: allow custom boto3 sessions
Oct 1, 2021
Codecov Report
@@ Coverage Diff @@
## develop #717 +/- ##
========================================
Coverage 99.97% 99.97%
========================================
Files 116 116
Lines 4866 4872 +6
Branches 267 267
========================================
+ Hits 4865 4871 +6
Partials 1 1
Continue to review full report at Codecov.
|
heitorlessa
changed the title
feat: allow custom boto3 sessions
feat: allow custom boto3 sessions in batch, parameters & idempotency
Oct 1, 2021
heitorlessa
approved these changes
Oct 1, 2021
heitorlessa
changed the title
feat: allow custom boto3 sessions in batch, parameters & idempotency
feat: boto3 sessions in batch, parameters & idempotency
Oct 1, 2021
heitorlessa
added a commit
to heitorlessa/aws-lambda-powertools-python
that referenced
this pull request
Oct 1, 2021
…tools-python into develop * 'develop' of https://github.com/awslabs/aws-lambda-powertools-python: feat: boto3 sessions in batch, parameters & idempotency (aws-powertools#717)
heitorlessa
added a commit
to gwlester/aws-lambda-powertools-python
that referenced
this pull request
Oct 1, 2021
* develop: feat(feature-flags): improve "IN/NOT_IN"; new rule actions (aws-powertools#710) feat(idempotency): makes customers unit testing easier (aws-powertools#719) feat(feature-flags): get_raw_configuration property in Store (aws-powertools#720) feat: boto3 sessions in batch, parameters & idempotency (aws-powertools#717) feat: add get_raw_configuration property in store; expose store fix(mypy): a few return types, type signatures, and untyped areas (aws-powertools#718) docs: Terraform reference for SAR Lambda Layer (aws-powertools#716) chore(deps-dev): bump flake8-bugbear from 21.9.1 to 21.9.2 (aws-powertools#712) chore(deps): bump boto3 from 1.18.49 to 1.18.51 (aws-powertools#713) fix(idempotency): sorting keys before hashing
heitorlessa
added
feature
New feature or functionality
and removed
documentation
Improvements or additions to documentation
labels
Oct 5, 2021
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: #704
Description of changes:
Updated parameters and batch utilities to allow custom boto3 session to be passed. Standardized documentation of this functionality for idempotency, parameters and batch utilities.
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.
View rendered docs/utilities/batch.md
View rendered docs/utilities/idempotency.md
View rendered docs/utilities/parameters.md