-
Notifications
You must be signed in to change notification settings - Fork 432
feat(parameters): add feature for creating and updating Parameters and Secrets #2858
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
Merged
leandrodamascena
merged 85 commits into
aws-powertools:develop
from
stephenbawks:setparams
Mar 22, 2024
Merged
Changes from 21 commits
Commits
Show all changes
85 commits
Select commit
Hold shift + click to select a range
0369d80
gotta start somewhere
stephenbawks 5551118
small tweaks
stephenbawks 6e0c7de
adding set param
stephenbawks 330de35
adding exception classes
stephenbawks 929ae7f
adding set parameter
stephenbawks 2ae911e
fixing set
stephenbawks aedab55
few more updates
stephenbawks 1548690
Merge branch 'develop' into setparams
stephenbawks e154a5d
missing value
stephenbawks 805f3d8
adding documentation
stephenbawks 12b8850
one more update
stephenbawks f9323ea
question about transform yet
stephenbawks a0b32b8
remove optional transform
stephenbawks ab6065e
updates
stephenbawks 6d2012c
updating put secret value
stephenbawks c6a1088
fixing value on return secret
stephenbawks 609dbc9
cleaning up naming and examples
stephenbawks 0abb31b
fix example and return type
stephenbawks 05b8eed
Merge branch 'develop' into setparams
stephenbawks 2992989
update
stephenbawks 887f3c4
fix a few new warnings
stephenbawks 98c7d5f
simplying secret value
stephenbawks d837154
small tweaks
stephenbawks 13c9cf7
cleaning up
stephenbawks 5b91705
missed one
stephenbawks 7bbcaa7
Merge branch 'develop' into setparams
heitorlessa 529c059
cleaning up ruff
stephenbawks 20dac0c
Merge branch 'develop' into setparams
leandrodamascena 0c03c82
couple of modifications
stephenbawks 2d98d04
forgot to remove this here
stephenbawks 7d406de
fix
stephenbawks be6f7af
adding create when not existing
stephenbawks 8fffa58
fix name
stephenbawks b576bb7
create flag
stephenbawks 4396b81
Update aws_lambda_powertools/utilities/parameters/secrets.py
stephenbawks 78e9f45
couple refinements
stephenbawks 668ba3d
updating docstrings
stephenbawks 7413067
💄 fix example again
stephenbawks 2539382
📝 documentation is seriously tough
stephenbawks 682dd39
adding examples and documentation for set_param
stephenbawks d264b65
trying to add some docs
stephenbawks 7a488bc
creating "realistic" example
stephenbawks 3b2d67c
Merge branch 'develop' into setparams
leandrodamascena 6915419
updating example
stephenbawks 4920274
making example more appropiate
stephenbawks abce28e
missed one
stephenbawks 20925ec
Merge branch 'develop' into setparams
leandrodamascena d49f89f
couple tests so far
stephenbawks bee00a4
Merge branch 'develop' into setparams
sthulb 973b3a9
Merge branch 'develop' into setparams
leandrodamascena 3c05392
Merge branch 'develop' into setparams
heitorlessa 90fa67a
Merge branch 'develop' into setparams
stephenbawks f9a2944
changing variable name
stephenbawks d55a9b4
removing the create logic for the time being
stephenbawks 9ead47a
remove create option
stephenbawks 8a52d21
Merge branch 'develop' into setparams
stephenbawks 647e3b8
Merge branch 'develop' into setparams
heitorlessa 7783aad
chore: remove set as mandatory method (temporarily)
heitorlessa 7325bc7
fix(parameters): make cache aware of single vs multiple calls
heitorlessa 8704337
chore: cleanup, add test for single and nested
heitorlessa 5098ed9
Merge branch 'develop' into setparams
heitorlessa cd116bb
refactor: implement set() minimum contract, and set() in ssm
heitorlessa 5ccb953
refactor: use name over path in set_parameter
heitorlessa e28b548
Merge remote-tracking branch 'upstream/develop' into setparams
leandrodamascena d9cf5fd
Adding docstring
leandrodamascena ae8975f
Fixing description type + adding TypeDict for set_parameter
leandrodamascena 6502229
Refactoring tests
leandrodamascena 3e79eac
Adding correct exception for Secrets + fixing examples
leandrodamascena 401cdf8
Making SonarCloud happy
leandrodamascena 44710ba
Changing return from setSecret + fix mypy issues
leandrodamascena 31777b1
Increasing coverage
leandrodamascena b89c9b8
Merge branch 'develop' into setparams
leandrodamascena c016d24
Increasing coverage
leandrodamascena 3bf45df
Refactoring secrets
leandrodamascena 57eb44b
Improving docstring
leandrodamascena df0ffc9
Adding more tests
leandrodamascena 0efe6d7
Making SonarCloud happy
leandrodamascena 6fae9dd
Adding more tests and docs
leandrodamascena 4b0af25
Merge branch 'develop' into setparams
leandrodamascena f65570f
Addressing Ruben's feedback
leandrodamascena bf5f05b
Addressing Ruben's feedback
leandrodamascena 4cebf75
Addressing Ruben's feedback
leandrodamascena 273c544
Addressing Ruben's feedback
leandrodamascena a9a3c41
Merge branch 'develop' into setparams
leandrodamascena ac78c0d
Merge branch 'develop' into setparams
leandrodamascena File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.