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 }}
maiconq
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
aws-lambda-powertools-python
examples
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 24, 2023
feat(event_handlers) Add support for returning dict, status-code tuples from resolvers (#1853)
Show description for 4f7bebb
3 people
authored
4f7bebb
View commit details
Copy full SHA for 4f7bebb
View code at this point
Browse repository at this point
Commits on Jan 19, 2023
feat(feature_flags): Add Time based feature flags actions (#1846)
Show description for 5dc0f25
3 people
authored
5dc0f25
View commit details
Copy full SHA for 5dc0f25
View code at this point
Browse repository at this point
Commits on Jan 12, 2023
docs(logger): fix incorrect field names in example structured logs (#1830)
aidansteele
authored
4efbdd4
View commit details
Copy full SHA for 4efbdd4
View code at this point
Browse repository at this point
Commits on Jan 11, 2023
(feat): introduce specialized routers for typing (#1824)
Show description for 73cfd9b
rubenfonseca
and
leandrodamascena
authored
73cfd9b
View commit details
Copy full SHA for 73cfd9b
View code at this point
Browse repository at this point
Commits on Nov 24, 2022
feat(streaming): add new s3 streaming utility (#1719)
Show description for 7af50e5
rubenfonseca
and
heitorlessa
authored
7af50e5
View commit details
Copy full SHA for 7af50e5
View code at this point
Browse repository at this point
Commits on Nov 17, 2022
docs(logger): update uncaught exception message value
heitorlessa
committed
1887cdc
View commit details
Copy full SHA for 1887cdc
View code at this point
Browse repository at this point
Commits on Nov 16, 2022
feat(logger): log uncaught exceptions via system's exception hook (#1727)
heitorlessa
authored
d4a6726
View commit details
Copy full SHA for d4a6726
View code at this point
Browse repository at this point
Commits on Nov 9, 2022
docs(examples): linting unnecessary whitespace
heitorlessa
committed
4cd326f
View commit details
Copy full SHA for 4cd326f
View code at this point
Browse repository at this point
docs(apigateway): add all resolvers in testing your code section for accuracy (#1688)
Show description for 4d6026c
Bruno Souza
and
heitorlessa
authored
4d6026c
View commit details
Copy full SHA for 4d6026c
View code at this point
Browse repository at this point
Commits on Nov 1, 2022
feat(metrics): add EphemeralMetrics as a non-singleton option (#1676)
heitorlessa
authored
635bc80
View commit details
Copy full SHA for 635bc80
View code at this point
Browse repository at this point
Commits on Oct 28, 2022
feat(logger): add use_rfc3339 and auto-complete formatter opts in Logger (#1662)
heitorlessa
authored
8939535
View commit details
Copy full SHA for 8939535
View code at this point
Browse repository at this point
Commits on Oct 26, 2022
feat(logger): accept arbitrary keyword=value for ephemeral metadata (#1658)
Show description for 87de70c
heitorlessa
and
OGoodness
authored
87de70c
View commit details
Copy full SHA for 87de70c
View code at this point
Browse repository at this point
Commits on Oct 24, 2022
fix(parser): S3Model Object Deleted omits size and eTag attr (#1638)
Show description for 1eaa85d
barreeeiroo
and
Ran Isenberg
authored
1eaa85d
View commit details
Copy full SHA for 1eaa85d
View code at this point
Browse repository at this point
Commits on Oct 20, 2022
Merge branch 'develop' into v2
rubenfonseca
authored
61aa6bc
View commit details
Copy full SHA for 61aa6bc
View code at this point
Browse repository at this point
Commits on Oct 17, 2022
feat(data_classes): add KinesisFirehoseEvent (#1540)
Show description for 416ab1b
3 people
authored
416ab1b
View commit details
Copy full SHA for 416ab1b
View code at this point
Browse repository at this point
Commits on Oct 14, 2022
fix: mypy errors
rubenfonseca
committed
e5a263a
View commit details
Copy full SHA for e5a263a
View code at this point
Browse repository at this point
feat(event_handler): add cookies as 1st class citizen in v2 (#1487)
Show description for a00156d
rubenfonseca
and
heitorlessa
committed
a00156d
View commit details
Copy full SHA for a00156d
View code at this point
Browse repository at this point
feat(event_handler): improved support for headers and cookies in v2 (#1455)
Show description for 719c9eb
rubenfonseca
and
heitorlessa
committed
719c9eb
View commit details
Copy full SHA for 719c9eb
View code at this point
Browse repository at this point
Commits on Oct 5, 2022
docs(multiple): fix highlighting after new isort/black integration
heitorlessa
committed
db2a7ba
View commit details
Copy full SHA for db2a7ba
View code at this point
Browse repository at this point
Commits on Oct 4, 2022
feat(event-handler): context support to share data between routers (#1567)
heitorlessa
authored
5500dff
View commit details
Copy full SHA for 5500dff
View code at this point
Browse repository at this point
Commits on Sep 27, 2022
fix(typing): fix mypy error
rubenfonseca
committed
a8b9f17
View commit details
Copy full SHA for a8b9f17
View code at this point
Browse repository at this point
Commits on Sep 23, 2022
docs(parser): add JSON string field extension example (#1526)
Show description for 1ebb019
rubenfonseca
and
heitorlessa
authored
1ebb019
View commit details
Copy full SHA for 1ebb019
View code at this point
Browse repository at this point
Commits on Aug 25, 2022
docs(typing): snippets split, improved, and lint (#1465)
Show description for f443c8f
3 people
authored
f443c8f
View commit details
Copy full SHA for f443c8f
View code at this point
Browse repository at this point
docs(middleware-factory): snippets split, improved, and lint (#1451)
Show description for 75d2ff9
leandrodamascena
and
heitorlessa
authored
75d2ff9
View commit details
Copy full SHA for 75d2ff9
View code at this point
Browse repository at this point
Commits on Aug 19, 2022
docs(validation): snippets split, improved, and lint (#1449)
Show description for 787ead2
5 people
authored
787ead2
View commit details
Copy full SHA for 787ead2
View code at this point
Browse repository at this point
Commits on Aug 12, 2022
fix(jmespath_util): snappy as dev dep and typing example (#1446)
leandrodamascena
authored and
heitorlessa
committed
b82a921
View commit details
Copy full SHA for b82a921
View code at this point
Browse repository at this point
Commits on Aug 9, 2022
docs(jmespath_util): snippets split, improved, and lint (#1419)
Show description for 7be425e
leandrodamascena
and
heitorlessa
authored
7be425e
View commit details
Copy full SHA for 7be425e
View code at this point
Browse repository at this point
Commits on Aug 4, 2022
feat(event_handlers): Add support for Lambda Function URLs (#1408)
rubenfonseca
authored
5dfc459
View commit details
Copy full SHA for 5dfc459
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 Jul 13, 2022
docs(graphql): snippets split, improved, and lint (#1287)
heitorlessa
committed
35aa6ee
View commit details
Copy full SHA for 35aa6ee
View code at this point
Browse repository at this point
docs(metrics): snippets split, improved, and lint
heitorlessa
committed
57f7ce2
View commit details
Copy full SHA for 57f7ce2
View code at this point
Browse repository at this point
docs(event-handler): snippets split, improved, and lint (#1279)
heitorlessa
committed
2a51de0
View commit details
Copy full SHA for 2a51de0
View code at this point
Browse repository at this point
Commits on Jul 1, 2022
docs(metrics): snippets split, improved, and lint (#1272)
heitorlessa
authored
c8ae0d5
View commit details
Copy full SHA for c8ae0d5
View code at this point
Browse repository at this point
docs(logger): document enriching logs with logrecord attributes (#1271)
Show description for e8f9ad1
kbakk
and
heitorlessa
authored
e8f9ad1
View commit details
Copy full SHA for e8f9ad1
View code at this point
Browse repository at this point
Commits on Jun 24, 2022
docs(logger): snippets split, improved, and lint (#1262)
heitorlessa
authored
982773b
View commit details
Copy full SHA for 982773b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.