-
Notifications
You must be signed in to change notification settings - Fork 420
Comparing changes
Open a pull request
base repository: aws-powertools/powertools-lambda-python
base: v1.6.1
head repository: aws-powertools/powertools-lambda-python
compare: v1.7.0
Commits on Aug 22, 2020
-
feat: RFC: Validate incoming and outgoing events utility #95
Ran Isenberg committedAug 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 913e310 - Browse repository at this point
Copy the full SHA 913e310View commit details
Commits on Aug 23, 2020
-
Merge branch 'develop' into pydantic
* develop: (26 commits) docs: move tenets; remove extra space docs: use table for clarity docs: add blog post, and quick example docs: subtle rewording for better clarity docs: fix typos, log_event & sampling wording docs: make sensitive info more explicit with an example docs: create Patching modules section; cleanup response wording docs: move concurrent asynchronous under escape hatch chore: update internal docstrings for consistency fix: remove actual response from debug logs docs: grammar docs: bring new feature upfront when returning sensitive info chore: update changelog to reflect new feature chore: clarify changelog bugfix vs breaking change chore: remove/correct unnecessary debug logs chore: fix debug log adding unused obj fix: naming and staticmethod consistency improv: naming consistency fix: correct in_subsegment assertion feat: capture_response as metadata option #127 ...
Configuration menu - View commit details
-
Copy full SHA for 3f9865a - Browse repository at this point
Copy the full SHA 3f9865aView commit details
Commits on Aug 26, 2020
-
Merge branch 'develop' into pydantic
* develop: docs: Fix doc for log sampling (#135) fix(logging): Don't include `json_default` in logs (#132) chore: bump to 1.4.0 docs: add Lambda Layer SAR App url and ARN fix: upgrade dot-prop, serialize-javascript fix heading error due to merge formatting for bash script add layer to docs and how to use it from SAR moved publish step to publish workflow after pypi push fix(ssm): Make decrypt an explicit option and refactoring (#123) change to eu-west-1 default region remove tmp release flag and set trigger to release published add overwrite flag for ssm add relase tag simulation more typos fix typo in branch trigger fix indent, yaml ... line endings
Configuration menu - View commit details
-
Copy full SHA for 7c55154 - Browse repository at this point
Copy the full SHA 7c55154View commit details -
Configuration menu - View commit details
-
Copy full SHA for d50e261 - Browse repository at this point
Copy the full SHA d50e261View commit details -
added SQS schema & tests and sns skeleton
Ran Isenberg committedAug 26, 2020 Configuration menu - View commit details
-
Copy full SHA for bce7aab - Browse repository at this point
Copy the full SHA bce7aabView commit details -
Add validate function, fix flake8 issues
Ran Isenberg committedAug 26, 2020 Configuration menu - View commit details
-
Copy full SHA for dc64b8a - Browse repository at this point
Copy the full SHA dc64b8aView commit details
Commits on Sep 21, 2020
-
refactor: change to advanced parser
Ran Isenberg committedSep 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 637a696 - Browse repository at this point
Copy the full SHA 637a696View commit details -
Merge branch 'develop' of github.com:risenberg-cyberark/aws-lambda-po…
…wertools-python into pydantic # Conflicts: # pyproject.toml
Ran Isenberg committedSep 21, 2020 Configuration menu - View commit details
-
Copy full SHA for f986512 - Browse repository at this point
Copy the full SHA f986512View commit details -
refactor: pydantic as optional dependancy, remove lambdaContext
Ran Isenberg committedSep 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 3418767 - Browse repository at this point
Copy the full SHA 3418767View commit details
Commits on Sep 22, 2020
-
feat: Advanced parser utility (pydantic)
Ran Isenberg committedSep 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 47cd711 - Browse repository at this point
Copy the full SHA 47cd711View commit details
Commits on Sep 24, 2020
-
Merge branch 'develop' of github.com:risenberg-cyberark/aws-lambda-po…
…wertools-python into pydantic
Ran Isenberg committedSep 24, 2020 Configuration menu - View commit details
-
Copy full SHA for b7cb539 - Browse repository at this point
Copy the full SHA b7cb539View commit details -
fix: remove jmespath extras in Make
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
1Configuration menu - View commit details
-
Copy full SHA for 738e261 - Browse repository at this point
Copy the full SHA 738e261View commit details -
Merge branch 'develop' of github.com:risenberg-cyberark/aws-lambda-po…
…wertools-python into pydantic
Ran Isenberg committedSep 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 0edaf9a - Browse repository at this point
Copy the full SHA 0edaf9aView commit details -
feat(data_classes): Cognito custom auth triggers
Add support for "Custom Authentication Challenge Lambda Triggers": * Add response helpers * Implement "Define auth challenge", "Create auth challenge" and "Verify auth challenge response"
Michael Brewer committedSep 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 9b836e0 - Browse repository at this point
Copy the full SHA 9b836e0View commit details -
Merge branch 'develop' into cognito-custom-auth
Michael Brewer committedSep 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 248ea65 - Browse repository at this point
Copy the full SHA 248ea65View commit details -
build: temp fix to allow the pr to build
Michael Brewer committedSep 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 5d0932e - Browse repository at this point
Copy the full SHA 5d0932eView commit details
Commits on Sep 25, 2020
-
Revert "fix: remove jmespath extras in Make"
This reverts commit 738e261.
Configuration menu - View commit details
-
Copy full SHA for 7174bc3 - Browse repository at this point
Copy the full SHA 7174bc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ff6bc9 - Browse repository at this point
Copy the full SHA 8ff6bc9View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 2aed9db - Browse repository at this point
Copy the full SHA 2aed9dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b10af63 - Browse repository at this point
Copy the full SHA b10af63View commit details -
Co-authored-by: Joris Conijn <jco@woodwing.com>
Michael Brewer and Joris Conijn authoredSep 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 7497543 - Browse repository at this point
Copy the full SHA 7497543View commit details -
Merge branch 'develop' into cognito-custom-auth
Michael Brewer committedSep 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 51a9091 - Browse repository at this point
Copy the full SHA 51a9091View commit details -
Merge pull request #180 from heitorlessa/chore/remove-example
chore: remove kitchen sink example
Configuration menu - View commit details
-
Copy full SHA for eac89af - Browse repository at this point
Copy the full SHA eac89afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 117b19e - Browse repository at this point
Copy the full SHA 117b19eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea3fb0f - Browse repository at this point
Copy the full SHA ea3fb0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7081f44 - Browse repository at this point
Copy the full SHA 7081f44View commit details -
fix: add only pydantic (+1 squashed commit)
Squashed commits: [804f251] fix poetry.lock, revert changes
Ran Isenberg committedSep 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 6ae1769 - Browse repository at this point
Copy the full SHA 6ae1769View commit details -
Revert "fix: remove jmespath extras in Make"
This reverts commit 738e261.
Configuration menu - View commit details
-
Copy full SHA for 19a597f - Browse repository at this point
Copy the full SHA 19a597fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57b6d23 - Browse repository at this point
Copy the full SHA 57b6d23View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad80cd3 - Browse repository at this point
Copy the full SHA ad80cd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1d39e1 - Browse repository at this point
Copy the full SHA f1d39e1View commit details -
fix: poetry update + pydantic, typing_extensions as optional
Ran Isenberg committedSep 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 38e1582 - Browse repository at this point
Copy the full SHA 38e1582View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1b7fb3 - Browse repository at this point
Copy the full SHA b1b7fb3View commit details -
fix: reduce complexity of dynamo envelope
Ran Isenberg committedSep 25, 2020 Configuration menu - View commit details
-
Copy full SHA for a47056f - Browse repository at this point
Copy the full SHA a47056fView commit details
Commits on Sep 26, 2020
-
test(data_classes): correct some of the unit tests
Michael Brewer committedSep 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 4846b77 - Browse repository at this point
Copy the full SHA 4846b77View commit details -
Merge branch 'develop' into cognito-custom-auth
Michael Brewer committedSep 26, 2020 Configuration menu - View commit details
-
Copy full SHA for d9b94ae - Browse repository at this point
Copy the full SHA d9b94aeView commit details
Commits on Sep 27, 2020
-
Merge pull request #181 from awslabs/fix/docs-sec-vuln
chore: docs npm security node-forge
Configuration menu - View commit details
-
Copy full SHA for d08de0b - Browse repository at this point
Copy the full SHA d08de0bView commit details
Commits on Sep 28, 2020
-
Merge branch 'develop' into cognito-custom-auth
Michael Brewer committedSep 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 802324f - Browse repository at this point
Copy the full SHA 802324fView commit details
Commits on Oct 1, 2020
-
feat(data_classes): case insensitive header lookup
Update BaseProxyEvent `get_header_value` method to be case insensitive by default and add a flag for case sensitive lookups Closes #185
Michael Brewer committedOct 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 4c77c78 - Browse repository at this point
Copy the full SHA 4c77c78View commit details
Commits on Oct 2, 2020
-
Merge branch 'develop' of https://github.com/awslabs/aws-lambda-powertools-python into pydantic
Ran Isenberg committedOct 2, 2020 Configuration menu - View commit details
-
Copy full SHA for 10d0079 - Browse repository at this point
Copy the full SHA 10d0079View commit details -
Merge pull request #118 from risenberg-cyberark/pydantic
feat: Advanced parser utility (pydantic)
Configuration menu - View commit details
-
Copy full SHA for c7a584f - Browse repository at this point
Copy the full SHA c7a584fView commit details -
Merge pull request #178 from gyft/cognito-custom-auth
feat(data_classes): Cognito custom auth triggers
Configuration menu - View commit details
-
Copy full SHA for 9661f13 - Browse repository at this point
Copy the full SHA 9661f13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80de2b4 - Browse repository at this point
Copy the full SHA 80de2b4View commit details -
docs: update examples in README
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
Configuration menu - View commit details
-
Copy full SHA for bb2e7d7 - Browse repository at this point
Copy the full SHA bb2e7d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a1ea1b - Browse repository at this point
Copy the full SHA 6a1ea1bView commit details
Commits on Oct 3, 2020
-
tests(pydantic): Add missing coverage
Changes: * Make some methods static * Run code formatter * Some lint based changes * Add missing test cases
Michael Brewer committedOct 3, 2020 Configuration menu - View commit details
-
Copy full SHA for 7d1abf0 - Browse repository at this point
Copy the full SHA 7d1abf0View commit details -
Merge branch 'develop' into feat-case-insensitive-dict
Michael Brewer committedOct 3, 2020 Configuration menu - View commit details
-
Copy full SHA for 3a3e716 - Browse repository at this point
Copy the full SHA 3a3e716View commit details
Commits on Oct 4, 2020
-
Merge pull request #188 from gyft/tests-pydantic
test(parser): Add missing test coverage and lint changes
Configuration menu - View commit details
-
Copy full SHA for 42c84fc - Browse repository at this point
Copy the full SHA 42c84fcView commit details -
Merge pull request #186 from gyft/feat-case-insensitive-dict
feat(data_classes): case insensitive header lookup
Configuration menu - View commit details
-
Copy full SHA for 585f708 - Browse repository at this point
Copy the full SHA 585f708View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8539002 - Browse repository at this point
Copy the full SHA 8539002View commit details
There are no files selected for viewing