Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
spuds51
/
aws-lambda-powertools-python
Public
forked from
aws-powertools/powertools-lambda-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
828fec4
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 25, 2020
Merge pull request #198 from awslabs/improv/suppress-logger-propagation
Show description for 828fec4
heitorlessa
authored
828fec4
Copy full SHA for 828fec4
improv: add comments on Log Record filtering
heitorlessa
committed
ae2a539
Copy full SHA for ae2a539
Merge pull request #192 from heitorlessa/docs/parser
Show description for b25b2aa
heitorlessa
authored
b25b2aa
Copy full SHA for b25b2aa
docs: add a note that decorator will replace the event
Show description for 592cd56
heitorlessa
committed
592cd56
Copy full SHA for 592cd56
docs: address Ran's feedback
Show description for eeabc0f
heitorlessa
committed
eeabc0f
Copy full SHA for eeabc0f
docs: reorder data validation; improve envelopes section
Show description for 57681a2
heitorlessa
committed
57681a2
Copy full SHA for 57681a2
docs: reorder extending models as parse fn wasn't introduced
Show description for de53605
heitorlessa
committed
de53605
Copy full SHA for de53605
improv: address Koudai's PR feedback on mypy
heitorlessa
committed
33fec71
Copy full SHA for 33fec71
Commits on Oct 24, 2020
fix: _parse return type
heitorlessa
committed
ffbde1d
Copy full SHA for ffbde1d
improv: address Koudai's PR feedback
heitorlessa
committed
3750d55
Copy full SHA for 3750d55
improv: update root logger test
heitorlessa
committed
61cddb0
Copy full SHA for 61cddb0
Commits on Oct 23, 2020
improv: add log filter in root handler to prevent child log records duplication
heitorlessa
committed
3ea4fbb
Copy full SHA for 3ea4fbb
Merge branch 'develop' into docs/parser
Show description for 9e42863
heitorlessa
committed
9e42863
Copy full SHA for 9e42863
feat: experiment with codeQL over LGTM
Show description for e545820
heitorlessa
authored
e545820
Copy full SHA for e545820
Merge branch 'fix/docs-with-yarn' into develop
Show description for 6a5889b
heitorlessa
committed
6a5889b
Copy full SHA for 6a5889b
fix: high and security peer dependency vulnerabilities
heitorlessa
committed
e2b3add
Copy full SHA for e2b3add
fix: change to Yarn to support manual resolutions
heitorlessa
committed
c93efb5
Copy full SHA for c93efb5
docs: use yarn's resolution to fix incompatible dependency
heitorlessa
committed
815ad65
Copy full SHA for 815ad65
docs: add cold start data
Show description for 234afd9
heitorlessa
committed
234afd9
Copy full SHA for 234afd9
docs: add a FAQ section
Show description for d2148f2
heitorlessa
committed
d2148f2
Copy full SHA for d2148f2
fix: generic type to match ABC bound class
heitorlessa
committed
5f1ad0a
Copy full SHA for 5f1ad0a
chore: spacing
heitorlessa
committed
2732760
Copy full SHA for 2732760
fix: debug logging in envelopes before each parsing
heitorlessa
committed
9b9f4f1
Copy full SHA for 9b9f4f1
fix: remove malformed 3.1. sentence
Show description for 6c359d5
heitorlessa
committed
6c359d5
Copy full SHA for 6c359d5
improv: export Pydantic ValidationError instead of our own
heitorlessa
committed
4e738e9
Copy full SHA for 4e738e9
Merge branch 'docs/parser' of https://github.com/heitorlessa/aws-lambda-powertools-python into docs/parser
Show description for ab1f0d2
heitorlessa
committed
ab1f0d2
Copy full SHA for ab1f0d2
docs: ensure examples can be copied/pasted as-is
Show description for d434f48
heitorlessa
committed
d434f48
Copy full SHA for d434f48
docs: add extending built-in models
heitorlessa
committed
4b6ecbf
Copy full SHA for 4b6ecbf
chore: typo in list
Show description for e1eac2d
heitorlessa
and
Joris Conijn
authored
e1eac2d
Copy full SHA for e1eac2d
Commits on Oct 22, 2020
docs: add envelope section
heitorlessa
committed
75dc529
Copy full SHA for 75dc529
Commits on Oct 20, 2020
Merge pull request #196 from awslabs/dependabot/npm_and_yarn/docs/object-path-0.11.5
Show description for 0e3f808
heitorlessa
authored
0e3f808
Copy full SHA for 0e3f808
docs: add data model validation section
Show description for 0ed746b
heitorlessa
committed
0ed746b
Copy full SHA for 0ed746b
fix: ensures parser can take json strings as input
heitorlessa
committed
cb8d6a0
Copy full SHA for cb8d6a0
docs: use non-hello world model to better exemplify parsing
Show description for ba7cd29
heitorlessa
committed
ba7cd29
Copy full SHA for ba7cd29
build(deps): bump object-path from 0.11.4 to 0.11.5 in /docs
Show description for b5d00a6
dependabot[bot]
authored
b5d00a6
Copy full SHA for b5d00a6
Pagination
Previous
Next
You can’t perform that action at this time.