-
Notifications
You must be signed in to change notification settings - Fork 435
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: aws-powertools/powertools-lambda-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: aws-powertools/powertools-lambda-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 78 files changed
- 6 contributors
Commits on Feb 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dd7e987 - Browse repository at this point
Copy the full SHA dd7e987View commit details
Commits on Feb 9, 2021
-
test: add benchmark on AWS Lambda (#261)
* tests: add benchmark on AWS Lambda * changing from average to p50 * tests: add README to benchmark * test: use S3_BUCKET environment variable for benchmark * docs: core utilities instead of main utilities * docs: share fixed ETA on data propagation * docs: note on systems we expect it to run plus charges Co-authored-by: Heitor Lessa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b23b5b - Browse repository at this point
Copy the full SHA 7b23b5bView commit details
Commits on Feb 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bf66299 - Browse repository at this point
Copy the full SHA bf66299View commit details -
docs: migrate documentation from Gatsby to MkDocs material (#279)
* fix whitespace * docs: add logger * docs: add middleware * docs: parameters * docs: batch * docs: typing * docs: validation * docs: dataclasses * docs: parser * docs: use mkdocs for website * docs: add docs branch to have live preview for the PR * docs: change color and adjust logo * docs: merged async and generator sections * docs: merged cloudwatch logs to tabs * docs: merged tabs * docs: remove highlight line markers * docs: add meta tags * docs: remove old docs folder * chore: typo in GetCfnTemplate Co-authored-by: Tom McCarthy <[email protected]> * Update docs/core/logger.md Co-authored-by: Tom McCarthy <[email protected]> * Update docs/core/logger.md Co-authored-by: Tom McCarthy <[email protected]> * Update docs/utilities/parameters.md Co-authored-by: Tom McCarthy <[email protected]> * Update docs/utilities/validation.md Co-authored-by: Tom McCarthy <[email protected]> * Update docs/utilities/validation.md Co-authored-by: Tom McCarthy <[email protected]> * Update docs/utilities/batch.md Co-authored-by: Tom McCarthy <[email protected]> * Update docs/core/tracer.md Co-authored-by: Tom McCarthy <[email protected]> * remove code formatting from table headers * docs: increse max-width with extra css for readability * docs: add changes from review * docs: refactor doc targets, add docker build * docs: tabs naming for cloudwatch logs * docs: fix build-docs-website target * docs: enhance the visual aid for accessibility purposes * fix: syntax previously broken in last set of commits Signed-off-by: heitorlessa <[email protected]> * fix: async ops snippet completeness Signed-off-by: heitorlessa <[email protected]> * improv: screen real estate in home page. More effective use of table, and collapse verbose IAM example. Signed-off-by: heitorlessa <[email protected]> * feat: enable strict mode for broken links Signed-off-by: heitorlessa <[email protected]> * improv: merge Layer example to be more pragmatic Signed-off-by: heitorlessa <[email protected]> * improv: key features, getting started, clean non-essential Signed-off-by: heitorlessa <[email protected]> * improv: expand escape hatch, async, reuse examples Signed-off-by: heitorlessa <[email protected]> * improv: add getting started Signed-off-by: heitorlessa <[email protected]> * improv: add getting started, trim content, expand examples Signed-off-by: heitorlessa <[email protected]> * improv: wording on logger reuse Signed-off-by: heitorlessa <[email protected]> * improv: additional examples on formatting, order, etc. plus advanced navigation Signed-off-by: heitorlessa <[email protected]> * fix: typo on logging keys in FAQ Signed-off-by: heitorlessa <[email protected]> * feat: enable snippets extension; include changelog in the docs Signed-off-by: heitorlessa <[email protected]> * fix: docker no longer works with strict due to an issue upstream ref: mkdocs/mkdocs#2108 Signed-off-by: heitorlessa <[email protected]> * feat: add favicon Signed-off-by: heitorlessa <[email protected]> * chore: consistency with metrics Signed-off-by: heitorlessa <[email protected]> * feat: docs revision date, smaller TOC, and footer copyright Signed-off-by: heitorlessa <[email protected]> * improv: enhanced navigation, trimmed content, added more examples Signed-off-by: heitorlessa <[email protected]> * feat: add openGraph and Twitter card, attempt 1 Signed-off-by: heitorlessa <[email protected]> * Update docs/core/tracer.md Co-authored-by: Tom McCarthy <[email protected]> * Update docs/core/tracer.md Co-authored-by: Tom McCarthy <[email protected]> * docs: set tabs for yaml/json to 2 spaces * fix: yaml indent for cfn * fix: formatting yaml cfn * fix: typo in features table Signed-off-by: heitorlessa <[email protected]> * fix: typo in features table, match sidebar Signed-off-by: heitorlessa <[email protected]> * feat: add built-in search Signed-off-by: heitorlessa <[email protected]> * fix: broken links Signed-off-by: heitorlessa <[email protected]> * improv: bring tenets up, clarify core vs general Signed-off-by: heitorlessa <[email protected]> * fix: broken links Signed-off-by: heitorlessa <[email protected]> * fix: contrast for layer IAM snippet Signed-off-by: heitorlessa <[email protected]> * fix: change extra dep to warning; wording Signed-off-by: heitorlessa <[email protected]> * remove ... from cfn docs * fix: width; remove old comments Signed-off-by: heitorlessa <[email protected]> * improv: add explicit section for LOG_EVENT Signed-off-by: heitorlessa <[email protected]> * fix: highlight inject_lambda_context Signed-off-by: heitorlessa <[email protected]> * feat: add docker-based docs for dev Signed-off-by: heitorlessa <[email protected]> * chore: copyright to 2021 Signed-off-by: heitorlessa <[email protected]> * revert: search width Signed-off-by: heitorlessa <[email protected]> * chore: Add higher res metrics image * chore: remove custom font; correct edit uri Signed-off-by: heitorlessa <[email protected]> * feat: record page view and search pattern Signed-off-by: heitorlessa <[email protected]> * feat: add API reference Signed-off-by: heitorlessa <[email protected]> Co-authored-by: Heitor Lessa <[email protected]> Co-authored-by: Tom McCarthy <[email protected]> Co-authored-by: heitorlessa <[email protected]> Co-authored-by: Tom McCarthy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc08062 - Browse repository at this point
Copy the full SHA fc08062View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a6370e - Browse repository at this point
Copy the full SHA 3a6370eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.10.2...v1.10.3