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 }}
AWS-Serverless-Projects
/
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
develop
User selector
michaelbrewer
Datepicker
All time
Commit History
Commits on Feb 21, 2022
fix(event_handler): docs snippets, high-level import CorsConfig (#1019)
michaelbrewer
authored
82835ae
Copy full SHA for 82835ae
Commits on Feb 14, 2022
fix(batch): bugfix to clear exceptions between executions (#1022)
michaelbrewer
authored
a70c181
Copy full SHA for a70c181
Commits on Feb 9, 2022
docs: fix syntax errors and line highlights (#1004)
michaelbrewer
authored
5a5bf19
Copy full SHA for 5a5bf19
Commits on Feb 4, 2022
chore(metrics): fix tests when warnings are disabled (#994)
michaelbrewer
authored
6869155
Copy full SHA for 6869155
Commits on Feb 3, 2022
feat(event-handler): new resolvers to fix current_event typing (#978)
Show description for 168ec48
michaelbrewer
and
heitorlessa
authored
168ec48
Copy full SHA for 168ec48
Commits on Feb 2, 2022
chore: correct docs
michaelbrewer
authored
5ea99b3
Copy full SHA for 5ea99b3
chore: correct docs
michaelbrewer
authored
f4473d3
Copy full SHA for f4473d3
Commits on Feb 1, 2022
chore: use isinstance over type
michaelbrewer
authored
26c50df
Copy full SHA for 26c50df
docs: add better BDD coments
michaelbrewer
authored
5bddf70
Copy full SHA for 5bddf70
Commits on Jan 31, 2022
Merge branch 'awslabs:develop' into fix-logger-util-tests
michaelbrewer
authored
3b3a550
Copy full SHA for 3b3a550
Merge branch 'awslabs:develop' into fix-logger-util-tests
michaelbrewer
authored
f42ffc8
Copy full SHA for f42ffc8
feat(logger): log_event support event data classes (e.g. S3Event) (#984)
michaelbrewer
authored
ffa4a35
Copy full SHA for ffa4a35
Commits on Jan 29, 2022
Merge branch 'awslabs:develop' into fix-logger-util-tests
michaelbrewer
authored
62922ef
Copy full SHA for 62922ef
Commits on Jan 26, 2022
Merge branch 'awslabs:develop' into fix-logger-util-tests
michaelbrewer
authored
604d486
Copy full SHA for 604d486
Commits on Jan 23, 2022
fix(logger): test generates logfile
Show description for 204ece5
michaelbrewer
committed
204ece5
Copy full SHA for 204ece5
Commits on Jan 21, 2022
fix(data-classes): underscore support in api gateway authorizer resource name (#969)
michaelbrewer
authored
2ad7dc4
Copy full SHA for 2ad7dc4
Commits on Jan 12, 2022
fix(data-classes): docstring typos and clean up (#937)
michaelbrewer
authored
24ab726
Copy full SHA for 24ab726
docs(homepage): link to typescript version (#950)
michaelbrewer
authored
b70ceb2
Copy full SHA for b70ceb2
Commits on Dec 30, 2021
fix(event-sources): handle dynamodb null type as none, not bool (#929)
michaelbrewer
authored
f6db802
Copy full SHA for f6db802
fix(apigateway): support @app.not_found() syntax & housekeeping (#926)
michaelbrewer
authored
bdf307b
Copy full SHA for bdf307b
Commits on Dec 22, 2021
feat(idempotency): support dataclasses & pydantic models payloads (#908)
Show description for 321f493
michaelbrewer
and
heitorlessa
authored
321f493
Copy full SHA for 321f493
feat(tracer): ignore tracing for certain hostname(s) or url(s) (#910)
michaelbrewer
authored
ccefa87
Copy full SHA for ccefa87
Commits on Dec 21, 2021
feat(event-sources): cache parsed json in data class (#909)
michaelbrewer
authored
9abeb32
Copy full SHA for 9abeb32
Commits on Dec 20, 2021
chore: minor housekeeping before release (#912)
Show description for 39b3136
michaelbrewer
and
heitorlessa
authored
39b3136
Copy full SHA for 39b3136
Commits on Dec 16, 2021
feat(apigateway): add exception_handler support (#898)
michaelbrewer
authored
8c859de
Copy full SHA for 8c859de
fix(event-sources): Pass authorizer data to APIGatewayEventAuthorizer (#897)
michaelbrewer
authored
e91932c
Copy full SHA for e91932c
Commits on Dec 8, 2021
fix(event-sources): handle claimsOverrideDetails set to null (#878)
michaelbrewer
authored
de3cf28
Copy full SHA for de3cf28
Commits on Dec 7, 2021
fix(idempotency): include decorated fn name in hash (#869)
michaelbrewer
authored
5cb9852
Copy full SHA for 5cb9852
Commits on Dec 3, 2021
chore(deps): support arm64 when developing locally (#862)
michaelbrewer
authored
81fc02e
Copy full SHA for 81fc02e
docs(apigateway): fix sample layout provided (#864)
michaelbrewer
authored
fcfa2e4
Copy full SHA for fcfa2e4
Commits on Nov 12, 2021
docs(api-gateway): add support for new router feature (#767)
Show description for d62b0a0
5 people
authored
d62b0a0
Copy full SHA for d62b0a0
Commits on Oct 29, 2021
feat(data-classes): ActiveMQ and RabbitMQ support (#770)
Show description for 1bcd4ff
michaelbrewer
and
heitorlessa
authored
1bcd4ff
Copy full SHA for 1bcd4ff
feat(appsync): add Router to allow large resolver composition (#776)
michaelbrewer
authored
8b01fc5
Copy full SHA for 8b01fc5
Commits on Oct 15, 2021
refactor(apigateway): Add BaseRouter and duplicate route check (#757)
michaelbrewer
authored
7a7ba0a
Copy full SHA for 7a7ba0a
Commits on Sep 23, 2021
feat(validator): include missing data elements from a validation error (#686)
michaelbrewer
authored
e24eb02
Copy full SHA for e24eb02
Pagination
Previous
Next
You can’t perform that action at this time.