Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
/
Sign in
Sign up
Appearance settings
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 }}
tonsho
/
powertools-lambda-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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
powertools-lambda-python
aws_lambda_powertools
tracing
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 12, 2024
feat(v3): merging develop into v3 (#5160)
Show description for 3044444
14 people
authored
3044444
View commit details
Copy full SHA for 3044444
View code at this point
Browse repository at this point
Commits on Aug 15, 2024
refactor(tracing): add from __future__ import annotations (#4943)
Show description for b0006dd
ericbn
and
leandrodamascena
authored
b0006dd
View commit details
Copy full SHA for b0006dd
View code at this point
Browse repository at this point
Commits on Mar 22, 2024
fix(tracer): add name sanitization for X-Ray subsegments (#4005)
Show description for 49fc491
leandrodamascena
authored
49fc491
View commit details
Copy full SHA for 49fc491
View code at this point
Browse repository at this point
Commits on Mar 19, 2024
feat(tracer): auto-disable tracer when for AWS SAM and Chalice environments (#3949)
Show description for 9e30192
leandrodamascena
authored
9e30192
View commit details
Copy full SHA for 9e30192
View code at this point
Browse repository at this point
Commits on Feb 27, 2024
chore(deps-dev): bump black from 24.1.1 to 24.2.0 (#3760)
Show description for 6c7dc6f
3 people
authored
6c7dc6f
View commit details
Copy full SHA for 6c7dc6f
View code at this point
Browse repository at this point
Commits on Jun 27, 2023
chore(ci): enable Ruff rule COM812 and fix the errors (#2595)
leandrodamascena
authored
e6a999e
View commit details
Copy full SHA for e6a999e
View code at this point
Browse repository at this point
chore(ci): enable Ruff rule ERA001 and fix errors (#2591)
leandrodamascena
authored
9b59ba5
View commit details
Copy full SHA for 9b59ba5
View code at this point
Browse repository at this point
Commits on Jun 19, 2023
chore(documentation): updating repository URL and name to the new location (#2499)
sthulb
authored
f2db924
View commit details
Copy full SHA for f2db924
View code at this point
Browse repository at this point
Commits on Mar 13, 2023
chore(deps-dev): bump mypy from 0.982 to 1.1.1 (#1985)
Show description for be44fcd
dependabot[bot]
and
rubenfonseca
authored
be44fcd
View commit details
Copy full SHA for be44fcd
View code at this point
Browse repository at this point
fix(typing): swap NoReturn with None for methods with no return value (#2004)
tibbe
authored
e9b4f54
View commit details
Copy full SHA for e9b4f54
View code at this point
Browse repository at this point
Commits on Oct 14, 2022
chore(ci): migrate E2E tests to CDK CLI and off Docker (#1501)
Show description for e201bd2
heitorlessa
and
rubenfonseca
committed
e201bd2
View commit details
Copy full SHA for e201bd2
View code at this point
Browse repository at this point
feat(tracer): support methods with the same name (ABCs) by including fully qualified name in v2 (#1486)
Show description for 8cfa3b3
3 people
committed
8cfa3b3
View commit details
Copy full SHA for 8cfa3b3
View code at this point
Browse repository at this point
Commits on Oct 5, 2022
chore(lint): use new isort black integration
heitorlessa
committed
5c0b3cb
View commit details
Copy full SHA for 5c0b3cb
View code at this point
Browse repository at this point
Commits on Jul 28, 2022
docs(examples): enforce and fix all mypy errors (#1393)
heitorlessa
authored
723effc
View commit details
Copy full SHA for 723effc
View code at this point
Browse repository at this point
Commits on Dec 22, 2021
feat(tracer): ignore tracing for certain hostname(s) or url(s) (#910)
michaelbrewer
authored
ccefa87
View commit details
Copy full SHA for ccefa87
View code at this point
Browse repository at this point
Commits on Nov 30, 2021
feat(tracer): add service annotation when service is set (#861)
heitorlessa
authored
e4a1b9d
View commit details
Copy full SHA for e4a1b9d
View code at this point
Browse repository at this point
fix(tracer): add warm start annotation (ColdStart=False) (#851)
heitorlessa
authored
c1eb928
View commit details
Copy full SHA for c1eb928
View code at this point
Browse repository at this point
Commits on Oct 1, 2021
fix(mypy): a few return types, type signatures, and untyped areas (#718)
heitorlessa
authored
9432a53
View commit details
Copy full SHA for 9432a53
View code at this point
Browse repository at this point
Commits on Aug 21, 2021
feat(idempotency): support for any synchronous function (#625)
heitorlessa
authored
260fa86
View commit details
Copy full SHA for 260fa86
View code at this point
Browse repository at this point
Commits on Aug 10, 2021
feat(tracer): disable tracer when for non-Lambda envs (#598)
michaelbrewer
authored
06be626
View commit details
Copy full SHA for 06be626
View code at this point
Browse repository at this point
Commits on Jul 30, 2021
fix(parser): apigw wss validation check_message_id; housekeeping (#553)
michaelbrewer
authored
0df5c57
View commit details
Copy full SHA for 0df5c57
View code at this point
Browse repository at this point
Commits on Jul 17, 2021
fix(tracer): mypy generic to preserve decorated method signature (#529)
heitorlessa
authored
d5c3431
View commit details
Copy full SHA for d5c3431
View code at this point
Browse repository at this point
Commits on Jul 16, 2021
fix(mypy): fixes to resolve no implicit optional errors (#521)
michaelbrewer
authored
5b87bb1
View commit details
Copy full SHA for 5b87bb1
View code at this point
Browse repository at this point
Commits on May 4, 2021
refactor: simplify custom formatter for minor changes (#417)
heitorlessa
authored
213caed
View commit details
Copy full SHA for 213caed
View code at this point
Browse repository at this point
Commits on Mar 25, 2021
fix(tracer): Correct type hint for MyPy (#365)
michaelbrewer
authored
7c9a319
View commit details
Copy full SHA for 7c9a319
View code at this point
Browse repository at this point
Commits on Mar 17, 2021
docs(tracer): Fix Tracer typing hinting for Pycharm (#345)
Show description for d93be1c
michaelbrewer
authored
d93be1c
View commit details
Copy full SHA for d93be1c
View code at this point
Browse repository at this point
Commits on Mar 9, 2021
refactor(parameters): Consistently reference env (#319)
Show description for bc0b9cc
michaelbrewer
and
heitorlessa
authored
bc0b9cc
View commit details
Copy full SHA for bc0b9cc
View code at this point
Browse repository at this point
Commits on Mar 5, 2021
refactor(idempotent): Change UX to use a config class for non-persistence related features (#306)
Show description for 9763bbe
michaelbrewer
and
heitorlessa
authored
9763bbe
View commit details
Copy full SHA for 9763bbe
View code at this point
Browse repository at this point
Commits on Mar 3, 2021
fix: import time latency by lazily loading high level modules (#301)
Show description for 11ebcf9
heitorlessa
authored
11ebcf9
View commit details
Copy full SHA for 11ebcf9
View code at this point
Browse repository at this point
Commits on Feb 4, 2021
fix: disable batching of X-Ray subsegments (#284)
nmoutschen
authored
dd7e987
View commit details
Copy full SHA for dd7e987
View code at this point
Browse repository at this point
Commits on Jan 17, 2021
improv: add support for custom lambda handlers with kwargs #242 (#269)
Show description for 1d0ee0e
heitorlessa
authored
1d0ee0e
View commit details
Copy full SHA for 1d0ee0e
View code at this point
Browse repository at this point
chore: move env names to constant file (#264)
Show description for 454d669
heitorlessa
authored
454d669
View commit details
Copy full SHA for 454d669
View code at this point
Browse repository at this point
Commits on Jan 13, 2021
improv: override Tracer auto-capture response/exception via env vars (#259)
Show description for 8ad7e04
heitorlessa
authored
8ad7e04
View commit details
Copy full SHA for 8ad7e04
View code at this point
Browse repository at this point
Commits on Jan 12, 2021
chore: general simplifications and cleanup (#255)
Show description for 157a7bc
michaelbrewer
and
Joris Conijn
authored
157a7bc
View commit details
Copy full SHA for 157a7bc
View code at this point
Browse repository at this point
Commits on Sep 21, 2020
improv: disable tracer when using the Chalice CLI (#172)
jamesls
authored
b8d15c3
View commit details
Copy full SHA for b8d15c3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.